- Language: en
6 results for compiler in version 1.11
-
Custom template tags and filters
- … compiling and rendering. To define a custom template tag, you specify how the compilation works …
-
Custom Lookups
- … compiler , connection ): lhs , lhs_params = compiler . compile ( self . lhs . lhs ) rhs , rhs_params = self . process …
-
Error reporting
- … compiled regular expression objects. For example: import re IGNORABLE_404_URLS = [ re . compile ( r '\.(php|cgi)$' ), re . compile …
-
Writing 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. See the template loaders docs …
-
Authenticating against Django’s user database from Apache
- … compiled statically into Apache, or you might need to use LoadModule to load them dynamically …