diff --git a/izaac/settings.py b/izaac/settings.py index 9ddffc8..09954fa 100644 --- a/izaac/settings.py +++ b/izaac/settings.py @@ -185,7 +185,7 @@ USE_TZ = True STATIC_URL = "static/" STATICFILES_DIRS = [ - os.path.join(BASE_DIR, 'staticfiles') + os.path.join(BASE_DIR, 'static'), # Do NOT make this the same as STATIC_ROOT ] STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')