- Language: en
24 results for dir in version 1.10
-
System check framework
- … DIRS': True in your TEMPLATES but also specify 'loaders' in OPTIONS . Either remove APP_DIRS …
-
The staticfiles app
- … DIRS STATICFILES_STORAGE STATICFILES_FINDERS Management Commands django.contrib.staticfiles exposes three management commands. collectstatic django-admin …
-
django-admin and manage.py
- … DIRS setting In the literal path named by the fixture Django will load any and all fixtures …
-
Django 1.10 release notes
- … DIRS TEMPLATE_LOADERS TEMPLATE_STRING_IF_INVALID The backwards compatibility alias django.template.loader.BaseLoader is removed. Django …
-
Deploying static files
- … dir = env . remote_static_root , local_dir = env . local_static_root , delete = True , ) Serving static …
-
Writing your first Django app, part 3
- … DIRS option is set to True . By convention DjangoTemplates looks for a “templates” subdirectory in each …
-
The Django admin site
- … DIRS option of the DjangoTemplates backend in the TEMPLATES setting. If you have customized the 'loaders …
-
Django 1.3 release notes
- … DIRS , and will be served at STATIC_URL . See the reference documentation of the app for more …
-
Writing your first Django app, part 2
- … DIR, 'db.sqlite3') , will store the file in your project directory. If you are not using …
-
Django at a glance
- … DIRS . If a template doesn’t exist in the first directory, it checks the second …