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