UPD: setup german timezone for new projects.

This commit is contained in:
2019-06-12 12:21:06 +02:00
parent 917fd7d262
commit 5deb7b2698

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'