From ea8b2af26f9bad1a989f010867fcc4fa8c40fc7e Mon Sep 17 00:00:00 2001 From: Markos Gogoulos Date: Fri, 4 Oct 2024 16:40:53 +0300 Subject: [PATCH] fix: remove duplicate setting --- cms/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cms/settings.py b/cms/settings.py index 52ce1fbb..f816b298 100644 --- a/cms/settings.py +++ b/cms/settings.py @@ -9,7 +9,6 @@ DEBUG = False # is also shown on several places as emails PORTAL_NAME = "MediaCMS" PORTAL_DESCRIPTION = "" -LANGUAGE_CODE = "en-us" TIME_ZONE = "Europe/London" # who can add media