- Language: en
26 results for dir in version 1.11
-
The staticfiles app
- … DIRS STATICFILES_STORAGE STATICFILES_FINDERS Management Commands django.contrib.staticfiles exposes three management commands. collectstatic django-admin …
-
Managing static files (e.g. images, JavaScript, CSS)
- … DIRS = [ os . path . join ( BASE_DIR , "static" ), '/var/www/static/' , ] See the documentation …
-
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.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 …
-
Deploying static files
- … dir = env . remote_static_root , local_dir = env . local_static_root , delete = True , ) Serving static …
-
The form rendering API
- … DIRS=True . Adding the built-in widgets templates directory in DIRS of one of your …
-
The “sites” framework
- … DIRS ), you could simply farm out to the template system like so: from django.core.mail import …
-
Django at a glance
- … DIRS . If a template doesn’t exist in the first directory, it checks the second …
-
The Django admin site
- … DIRS option of the DjangoTemplates backend in the TEMPLATES setting. If you have customized the 'loaders …