From 5f21e15d8701bce960f7d3a5beaef4e7bd2aa4d5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 29 Dec 2019 13:52:39 +0100 Subject: [PATCH 1/1] settings: switch localization --- chloro/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chloro/settings.py b/chloro/settings.py index 0f15e87..fa1b1be 100644 --- a/chloro/settings.py +++ b/chloro/settings.py @@ -91,9 +91,9 @@ AUTH_PASSWORD_VALIDATORS = [ # Internationalization # https://docs.djangoproject.com/en/1.11/topics/i18n/ -LANGUAGE_CODE = 'en-us' +LANGUAGE_CODE = 'fr-be' -TIME_ZONE = 'UTC' +TIME_ZONE = 'Europe/Brussels' USE_I18N = True -- 2.39.2