- Language: en
28 results for dir in version 3.1
-
Django 1.7 release notes
- … dirs parameter which is a list or tuple to override TEMPLATE_DIRS : django.template.loader.get_template() django.template.loader.select …
-
Django 1.2 release notes
- … dir__() . If you used LazyObject in your own code and implemented the get_all_members …
-
Django 1.10 release notes
- … DIRS TEMPLATE_LOADERS TEMPLATE_STRING_IF_INVALID The backwards compatibility alias django.template.loader.BaseLoader is removed. Django …
-
The form rendering API
- … DIRS=True . Adding the built-in widgets templates directory in DIRS of one of your …
-
django-admin and manage.py
- … DIRS setting In the literal path named by the fixture Django will load any and all fixtures …
-
Writing your first Django app, part 3
- … DIRS option is set to True . By convention DjangoTemplates looks for a “templates” subdirectory in each …
-
Django 2.0 release notes
- … dirs argument for template loaders is removed: django.template.loaders.base.Loader.get_template() django.template.loaders.cached.Loader.cache_key() django.template.loaders.cached.Loader.get_template() django.template.loaders.cached.Loader.get_template …
-
Providing initial data for models
- … DIRS setting to a list of additional directories where Django should look. When running manage.py …
-
Django at a glance
- … DIRS . If a template doesn’t exist in the first directory, it checks the second …
-
The sitemap framework
- … DIRS options is set to True . It’s in there by default, so you’ll only …