diff --git a/financeproject/settings.py b/financeproject/settings.py index 34c53a0..40b1e75 100644 --- a/financeproject/settings.py +++ b/financeproject/settings.py @@ -100,6 +100,11 @@ AUTH_PASSWORD_VALIDATORS = [ {"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_REDIRECT_URL = reverse_lazy("finance:index")