- Language: en
9 results for dir in version 1.10
-
Settings
- … DIR . This setting also determines the default permissions for collected static files when using the collectstatic …
-
The Django template language: for Python programmers
- … DIRS option. The DIRS option Tell Django what your template directories are by using the DIRS …
-
Upgrading templates to Django 1.8
- … DIRS' : [ # insert your TEMPLATE_DIRS here ], 'APP_DIRS' : True , 'OPTIONS' : { 'context …
-
The staticfiles app
- … DIRS STATICFILES_STORAGE STATICFILES_FINDERS Management Commands django.contrib.staticfiles exposes three management commands. collectstatic django-admin …
-
System check framework
- … DIRS': True in your TEMPLATES but also specify 'loaders' in OPTIONS . Either remove APP_DIRS …
-
django-admin and manage.py
- … DIRS setting In the literal path named by the fixture Django will load any and all fixtures …
-
The “sites” framework
- … DIRS ), you could simply farm out to the template system like so: from django.core.mail import …
-
The Django admin site
- … DIRS option of the DjangoTemplates backend in the TEMPLATES setting. If you have customized the 'loaders …
-
The sitemap framework
- … DIRS options is set to True . It’s in there by default, so you’ll only …