- Language: en
30 results for dir in version 3.2
-
The staticfiles app
- … DIRS STATICFILES_STORAGE STATICFILES_FINDERS Management Commands django.contrib.staticfiles exposes three management commands. collectstatic django-admin …
-
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-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 1.10 release notes
- … DIRS TEMPLATE_LOADERS TEMPLATE_STRING_IF_INVALID The backwards compatibility alias django.template.loader.BaseLoader is removed. Django …
-
Advanced testing topics
- … dir , 'my_file.png' ) self . file = create_file ( self . filename ) class RemoveImageTests ( ImageTestCaseMixin , TestCase ): def test …
-
The sitemap framework
- … DIRS options is set to True . It’s in there by default, so you’ll only …
-
Writing your first Django app, part 2
- … DIR / 'db.sqlite3' , will store the file in your project directory. If you are not using …
-
Writing your first Django app, part 3
- … DIRS option is set to True . By convention DjangoTemplates looks for a “templates” subdirectory in each …
-
Django 3.2.1 release notes
- … DIRS setting with a list of 2-tuples of (prefix, path) ( #32665 ). Fixed a long …