add locale settings
This commit is contained in:
@@ -100,6 +100,11 @@ AUTH_PASSWORD_VALIDATORS = [
|
|||||||
{"NAME": "django.contrib.auth.password_validation.NumericPasswordValidator", },
|
{"NAME": "django.contrib.auth.password_validation.NumericPasswordValidator", },
|
||||||
]
|
]
|
||||||
|
|
||||||
|
TIME_ZONE = 'Europe/Berlin'
|
||||||
|
USE_I18N = False
|
||||||
|
USE_L10N = False
|
||||||
|
USE_TZ = True
|
||||||
|
|
||||||
LOGIN_URL = reverse_lazy("login")
|
LOGIN_URL = reverse_lazy("login")
|
||||||
LOGIN_REDIRECT_URL = reverse_lazy("finance:index")
|
LOGIN_REDIRECT_URL = reverse_lazy("finance:index")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user