Fixing Typo

This commit is contained in:
Michael Bergbauer 2025-07-19 15:53:49 +02:00
parent 80577d89de
commit f3f829184d

View File

@ -127,7 +127,7 @@ USE_TZ = True
STATIC_URL = 'static/' STATIC_URL = 'static/'
STATICFILES_DIRS = [ STATICFILES_DIRS = [
BASEDIR / "static" BASE_DIR / "static"
] ]
# Default primary key field type # Default primary key field type