- Language: en
3 results for dir in version 4.2
-
How to override templates
- … DIRS" : [ BASE_DIR / "templates" ], "APP_DIRS" : True , # ... }, ] The TEMPLATES setting …
-
How to manage static files (e.g. images, JavaScript, CSS)
- … DIRS = [ BASE_DIR / "static" , "/var/www/static/" , ] See the documentation for the STATICFILES …
-
How to provide initial data for models
- … DIRS setting. To completely prevent default search form happening, use an absolute path to specify …