UPD: setup german timezone for new projects.

This commit is contained in:
2019-06-12 12:21:06 +02:00
parent b3b9e4792b
commit 65c2829258

View File

@@ -55,6 +55,7 @@ DATABASES['default'] = {
STATIC_ROOT = os.path.join(BASE_VAR_DIR, 'www', 'static')
LANGUAGE_CODE = 'de'
TIME_ZONE = 'Europe/Berlin'
LOGIN_URL = 'dav_auth:login'