deprecation in django 5.0

This commit is contained in:
2023-06-21 12:49:56 +00:00
parent ecf2871ba8
commit a3d5e28ccd

View File

@@ -109,7 +109,6 @@ LANGUAGE_CODE = "de-at"
LOCALE_PATHS = [os.path.join(BASE_DIR, "locale")]
TIME_ZONE = "CET"
USE_I18N = True
USE_L10N = True
USE_TZ = True