From 4867fab29198c4991e627dbff40c0df6aa8ff5ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Fri, 21 Jun 2019 13:12:05 +0300 Subject: [PATCH] Not using I18N so turning it off. --- hc/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hc/settings.py b/hc/settings.py index 64946e59..612811f1 100644 --- a/hc/settings.py +++ b/hc/settings.py @@ -135,9 +135,9 @@ if os.getenv("DB") == "mysql": TIME_ZONE = "UTC" -USE_I18N = True +USE_I18N = False -USE_L10N = True +USE_L10N = False USE_TZ = True