- Language: en
33 results for compiler in version 2.1
-
Templates
- … compiling it to an in-memory representation. Rendering means interpolating the template with context data …
-
Django 1.9.2 release notes
- … compile *.py files. To remedy this, a .py-tpl suffix is now used for the project …
-
Django settings
- … compiling settings: Load settings from global_settings.py . Load settings from the specified settings file, overriding the global …
-
Django at a glance
- … compiled into regular expressions at load time. Once one of the URL patterns matches, Django …
-
Built-in template tags and filters
- … compiled Template in your context. An included template is rendered within the context of the template …
-
Form fields
- … compiled regular expression object. Also takes max_length , min_length , and strip , which work just …
-
URL dispatcher
- … compiled the first time it’s accessed. This makes the system blazingly fast. Syntax of the urlpatterns …
-
Performance and optimization
- … compiling each template every time it needs to be rendered. Using different versions of available …
-
Django 1.7 release notes
- … compiling a regular expression string. URLValidator now accepts an optional schemes argument which allows customization …
-
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 …
-
Writing and running tests
- … compiled, this will occur before the test database is set up, with potentially unexpected results …
-
Middleware
- … compiled regular expression objects. Performs URL rewriting based on the APPEND_SLASH and PREPEND_WWW settings …