UPD: setup german timezone for new projects.
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user