- Language: en
3 results for dir in version 3.2
-
Overriding templates
- … DIRS' : [ BASE_DIR / 'templates' ], 'APP_DIRS' : True , ... }, ] The TEMPLATES setting …
-
Managing static files (e.g. images, JavaScript, CSS)
- … DIRS = [ BASE_DIR / "static" , '/var/www/static/' , ] See the documentation for the STATICFILES …
-
Providing initial data for models
- … DIRS setting to a list of additional directories where Django should look. When running manage.py …