deprecation in django 5.0
This commit is contained in:
@@ -109,7 +109,6 @@ LANGUAGE_CODE = "de-at"
|
|||||||
LOCALE_PATHS = [os.path.join(BASE_DIR, "locale")]
|
LOCALE_PATHS = [os.path.join(BASE_DIR, "locale")]
|
||||||
TIME_ZONE = "CET"
|
TIME_ZONE = "CET"
|
||||||
USE_I18N = True
|
USE_I18N = True
|
||||||
USE_L10N = True
|
|
||||||
USE_TZ = True
|
USE_TZ = True
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user