- Language: en
6 results for compiler in version 1.11
-
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 …
-
URL dispatcher
- … compiled the first time it’s accessed. This makes the system blazingly fast. Syntax of the urlpatterns …
-
Writing and running tests
- … compiled, this will occur before the test database is set up, with potentially unexpected results …
-
Django settings
- … compiling settings: Load settings from global_settings.py . Load settings from the specified settings file, overriding the global …
-
Performance and optimization
- … compiling each template every time it needs to be rendered. Using different versions of available …