- Language: en
33 results for compiler in version 1.8
-
Built-in template tags and filters
- … compiled Template in your context. An included template is rendered within the context of the template …
-
Django 1.7 release notes
- … compiling a regular expression string. URLValidator now accepts an optional schemes argument which allows customization …
-
Writing and running tests
- … compiled, this will occur before the test database is set up, with potentially unexpected results …
-
Deployment checklist
- … compiling each template every time it needs to be rendered. See the template loaders docs …
-
Middleware
- … compiled regular expression objects. Performs URL rewriting based on the APPEND_SLASH and PREPEND_WWW settings …
-
Writing your first Django app, part 3
- … compiled the first time the URLconf module is loaded. They’re super fast (as long …
-
Django settings
- … compiling settings: Load settings from global_settings.py . Load settings from the specified settings file, overriding the global …
-
Form fields
- … compiled regular expression object. Also takes max_length and min_length , which work just as they …
-
URL dispatcher
- … compiled the first time it’s accessed. This makes the system blazingly fast. Syntax of the urlpatterns …
-
Authenticating against Django’s user database from Apache
- … compiled statically into Apache, or you might need to use LoadModule to load them dynamically …
-
Databases
- … compiled with the WITH_UNICODE environment variable. This is recommended but not required. In order …
-
Upgrading templates to Django 1.8
- … compile the template. Three alternatives are available. If you control the project’s setting, you can use one of the configured …
-
Performance and optimization
- … compiling each template every time it needs to be rendered. Using different versions of available …