From a3d5e28ccd64a5573ee4e88411ed9f401e4746a9 Mon Sep 17 00:00:00 2001 From: Patrick Mayr Date: Wed, 21 Jun 2023 12:49:56 +0000 Subject: [PATCH] deprecation in django 5.0 --- fet2020/fet2020/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fet2020/fet2020/settings.py b/fet2020/fet2020/settings.py index 199f335b..014953d6 100644 --- a/fet2020/fet2020/settings.py +++ b/fet2020/fet2020/settings.py @@ -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