Functional

This commit is contained in:
Antoine Martin 2022-05-13 05:11:35 +02:00
parent 7a053983a7
commit c924918387
15 changed files with 281 additions and 19 deletions

View file

@ -104,9 +104,9 @@ AUTH_PASSWORD_VALIDATORS = [
# Internationalization
# https://docs.djangoproject.com/en/4.0/topics/i18n/
LANGUAGE_CODE = 'en-us'
LANGUAGE_CODE = 'fr-fr'
TIME_ZONE = 'UTC'
TIME_ZONE = 'Europe/Paris'
USE_I18N = True