settings: set default timezone to Europe/Paris

This commit is contained in:
Benjamin Dauvergne 2017-04-07 12:56:45 +02:00
parent 8bd2be638d
commit b756d0bf54
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ AUTH_PASSWORD_VALIDATORS = [
LANGUAGE_CODE = 'en-us'
TIME_ZONE = 'UTC'
TIME_ZONE = 'Europe/Paris'
USE_I18N = True