]> git.p6c8.net - pcdenotes.git/blobdiff - pcdenotes/settings.py
Added STATIC_ROOT
[pcdenotes.git] / pcdenotes / settings.py
index 7c51c45185389262094a4ebbeeaa46d16aa805c3..3ec74654ea9e0391d2288aaabba4cfa6fb92a802 100644 (file)
@@ -120,6 +120,7 @@ USE_TZ = True
 # https://docs.djangoproject.com/en/3.2/howto/static-files/
 
 STATIC_URL = '/static/'
+STATIC_ROOT = BASE_DIR / 'static'
 
 # Default primary key field type
 # https://docs.djangoproject.com/en/3.2/ref/settings/#default-auto-field

patrick-canterino.de