From 3cdcb89e8911ef08b4cefc610e24bf3d38a15c5e Mon Sep 17 00:00:00 2001 From: Dorian Lesbre <dorian.lesbre@gmail.com> Date: Sat, 12 Dec 2020 12:39:47 +0100 Subject: [PATCH] Initial setting adjust --- interludes/settings.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/interludes/settings.py b/interludes/settings.py index 4d02276..7f3643d 100644 --- a/interludes/settings.py +++ b/interludes/settings.py @@ -103,9 +103,9 @@ AUTH_PASSWORD_VALIDATORS = [ # Internationalization # https://docs.djangoproject.com/en/3.0/topics/i18n/ -LANGUAGE_CODE = 'en-us' +LANGUAGE_CODE = 'fr-fr' -TIME_ZONE = 'UTC' +TIME_ZONE = 'CET' USE_I18N = True @@ -118,3 +118,4 @@ USE_TZ = True # https://docs.djangoproject.com/en/3.0/howto/static-files/ STATIC_URL = '/static/' +STATIC_ROOT = os.path.join(BASE_DIR, 'static') -- GitLab