debian: set timezone to paris but do not used tz as dates are stored in utc

This commit is contained in:
Christophe Siraut 2020-08-25 13:00:10 +02:00
parent 74aaaab261
commit b3331f170a
1 changed files with 2 additions and 0 deletions

2
debian/settings.py vendored
View File

@ -12,6 +12,8 @@ DATABASES = {
}
}
TIME_ZONE = 'Europe/Paris'
USE_TZ = False
AUTHENTICATION_BACKENDS = ( 'django.contrib.auth.backends.ModelBackend',
'mellon.backends.SAMLBackend')