diff --git a/VorgabenUI/settings.py b/VorgabenUI/settings.py index 57f3d78..5907dac 100644 --- a/VorgabenUI/settings.py +++ b/VorgabenUI/settings.py @@ -136,7 +136,7 @@ USE_TZ = True STATIC_URL = '/static/' #STATIC_ROOT="/home/adebaumann/VorgabenUI/staticfiles/" -STATIC_ROOT="/app/static/" +STATIC_ROOT="/app/staticfiles/" STATICFILES_DIRS= ( os.path.join(BASE_DIR,"static"), )