- Language: en
6 results for compiler in version 4.2
-
Translation
- … compiled. This process relies on the GNU gettext toolset. Once this is done, Django takes …
-
Templates
- … compiling it to an in-memory representation. Rendering means interpolating the template with context data …
-
Django settings
- … compiling settings: Load settings from global_settings.py . Load settings from the specified settings file, overriding the global …
-
Writing and running tests
- … compiled, this will occur before the test database is set up, with potentially unexpected results …
-
Performance and optimization
- … compiling each template every time it needs to be rendered. Using different versions of available …
-
URL dispatcher
- … compiled the first time it’s accessed. Subsequent requests use the cached configuration via the URL resolver …