From f3f829184d77e0f343d3f00d54d963aed07d1512 Mon Sep 17 00:00:00 2001 From: Michael Bergbauer Date: Sat, 19 Jul 2025 15:53:49 +0200 Subject: [PATCH] Fixing Typo --- FloriCore/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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