- Language: en
30 results for dir in version 3.2
-
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 …
-
Django 1.8 release notes
- … dirs argument of template-finding functions The following functions will no longer accept a dirs …
-
Templates
- … DIRS' : [], 'APP_DIRS' : True , 'OPTIONS' : { # ... some options here ... }, }, ] BACKEND is a dotted …
-
Overriding templates
- … DIRS' : [ BASE_DIR / 'templates' ], 'APP_DIRS' : True , ... }, ] The TEMPLATES setting …
-
Writing your first Django app, part 7
- … DIRS' : [ BASE_DIR / 'templates' ], 'APP_DIRS' : True , 'OPTIONS' : { 'context …
-
System check framework
- … DIRS': True in your TEMPLATES but also specify 'loaders' in OPTIONS . Either remove APP_DIRS …
-
Django Deprecation Timeline
- … dirs argument for template loaders will be removed: django.template.loaders.base.Loader.get_template() django.template.loaders.cached.Loader.cache_key() django.template.loaders.cached.Loader.get_template() django.template.loaders.cached.Loader.get …
-
Managing static files (e.g. images, JavaScript, CSS)
- … DIRS = [ BASE_DIR / "static" , '/var/www/static/' , ] See the documentation for the STATICFILES …
-
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 …