]> git.p6c8.net - pcdenotes.git/blobdiff - pcdenotes/settings.py
Added "static" directory
[pcdenotes.git] / pcdenotes / settings.py
index 1d455a7f3b5c07bb7b41825c2458ffbe70548f96..88b705dd8298b1c8d2c3b8e6e843965c3f51aee8 100644 (file)
@@ -132,6 +132,8 @@ USE_TZ = True
 STATIC_URL = '/static/'
 STATIC_ROOT = BASE_DIR / 'static'
 
+STATICFILES_DIRS = [BASE_DIR / 'notes/static']
+
 # Default primary key field type
 # https://docs.djangoproject.com/en/3.2/ref/settings/#default-auto-field
 

patrick-canterino.de