1
This commit is contained in:
2023-12-14 22:41:20 +02:00
parent ddcb33e20d
commit 762f04c7a8
4 changed files with 43 additions and 2 deletions

View File

@@ -90,4 +90,6 @@ USE_TZ = True
STATIC_URL = 'static/'
STATICFILES_FINDERS = ["django.contrib.staticfiles.finders.AppDirectoriesFinder"]
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'