]> git.p6c8.net - pcdenotes.git/commitdiff
Added STATIC_ROOT
authorPatrick Canterino <patrick@patrick-canterino.de>
Sun, 23 Jan 2022 14:10:11 +0000 (15:10 +0100)
committerPatrick Canterino <patrick@patrick-canterino.de>
Sun, 23 Jan 2022 14:10:11 +0000 (15:10 +0100)
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/'
 # 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
 
 # Default primary key field type
 # https://docs.djangoproject.com/en/3.2/ref/settings/#default-auto-field

patrick-canterino.de