debian/settings: use timezone

This commit is contained in:
Christophe Siraut 2020-09-08 17:00:58 +02:00
parent b0291ac42b
commit f6e8bd0d0e
1 changed files with 0 additions and 1 deletions

1
debian/settings.py vendored
View File

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