- Language: en
31 results for dir in the development version
-
Settings
- … DIR environment variables to specify a custom certificate bundle (if modifying the system bundle is not possible …
-
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 …
-
How to override templates
- … DIRS" : [ BASE_DIR / "templates" ], "APP_DIRS" : True , # ... }, ] The TEMPLATES setting …
-
System check framework
- … DIRS': True in your TEMPLATES but also specify 'loaders' in OPTIONS . Either remove APP_DIRS …
-
Writing your first Django app, part 7
- … DIRS" : [ BASE_DIR / "templates" ], "APP_DIRS" : True , "OPTIONS" : { "context …
-
How to manage static files (e.g. images, JavaScript, CSS)
- … DIRS = [ BASE_DIR / "static" , "/var/www/static/" , ] See the documentation for the STATICFILES …
-
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 …
-
The staticfiles app
- … DIRS STATICFILES_FINDERS Management Commands django.contrib.staticfiles exposes three management commands. collectstatic django-admin collectstatic Collects …