- Language: en
33 results for compiler in version 3.2
-
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 …
-
Form fields
- … compiled regular expression object. Also takes max_length , min_length , strip , and empty_value which …
-
Django 3.0 release notes
- … compile. showmigrations --list now shows the applied datetimes when --verbosity is 2 and above. On PostgreSQL …
-
URL dispatcher
- … compiled the first time it’s accessed. This makes the system blazingly fast. Syntax of the urlpatterns …
-
Built-in template tags and filters
- … compiled Template in your context. Additionally, the variable may be an iterable of template names …
-
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 …
-
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 …
-
Authenticating against Django’s user database from Apache
- … compiled statically into Apache, or you might need to use LoadModule to load them dynamically …
-
Performance and optimization
- … compiling each template every time it needs to be rendered. Using different versions of available …
-
Django at a glance
- … compiled into regular expressions at load time. Once one of the URL patterns matches, Django …