]> git.0d.be Git - chloro.git/commitdiff
settings: switch localization
authorFrédéric Péters <fpeters@0d.be>
Sun, 29 Dec 2019 12:52:39 +0000 (13:52 +0100)
committerFrédéric Péters <fpeters@0d.be>
Sun, 29 Dec 2019 13:34:25 +0000 (14:34 +0100)
chloro/settings.py

index 0f15e87b49d3e0137961824029e210072a89a3ce..fa1b1bea8c237d8d1e085113edb12cdde4373008 100644 (file)
@@ -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