- Language: en
25 results for dir in version 2.0
-
Django 1.2 release notes
- … dir__() . If you used LazyObject in your own code and implemented the get_all_members …
-
The staticfiles app
- … DIRS STATICFILES_STORAGE STATICFILES_FINDERS Management Commands django.contrib.staticfiles exposes three management commands. collectstatic django-admin …
-
Django 1.10 release notes
- … DIRS TEMPLATE_LOADERS TEMPLATE_STRING_IF_INVALID The backwards compatibility alias django.template.loader.BaseLoader is removed. Django …
-
django-admin and manage.py
- … DIRS setting In the literal path named by the fixture Django will load any and all fixtures …
-
The form rendering API
- … DIRS=True . Adding the built-in widgets templates directory in DIRS of one of your …
-
Django at a glance
- … DIRS . If a template doesn’t exist in the first directory, it checks the second …
-
Writing your first Django app, part 2
- … DIR, 'db.sqlite3') , will store the file in your project directory. If you are not using …
-
The Django admin site
- … DIRS option of the DjangoTemplates backend in the TEMPLATES setting. If you have customized the 'loaders …
-
Writing your first Django app, part 3
- … DIRS option is set to True . By convention DjangoTemplates looks for a “templates” subdirectory in each …
-
The “sites” framework
- … DIRS ), you could simply farm out to the template system like so: from django.core.mail import …