diff --git a/FloriCore/settings.py b/FloriCore/settings.py index 6dc1c30..66facdd 100644 --- a/FloriCore/settings.py +++ b/FloriCore/settings.py @@ -127,7 +127,7 @@ USE_TZ = True STATIC_URL = 'static/' STATICFILES_DIRS = [ - BASEDIR / "static" + BASE_DIR / "static" ] # Default primary key field type