- Language: en
6 results for compilation in the development version
-
How to create custom template tags and filters
- … compiling and rendering. To define a custom template tag, you specify how the compilation works …
-
How to write custom lookups
- … compiler , connection ): lhs , lhs_params = compiler . compile ( self . lhs . lhs ) rhs , rhs_params = self . process …
-
How to manage error reporting
- … compiled regular expression objects. For example: import re IGNORABLE_404_URLS = [ re . compile ( r "\.(php|cgi)$" ), re . compile …
-
How to create custom model fields
- … compile ( ". {26} " ) p2 = re . compile ( ".." ) args = [ p2 . findall ( x ) for x in p1 . findall …
-
Deployment checklist
- … compiling each template every time it needs to be rendered. When DEBUG = False , the cached …
-
How to authenticate against Django’s user database from Apache
- … compiled statically into Apache, or you might need to use LoadModule to load them dynamically …