diff --git a/digitaleagentur/settings.py b/digitaleagentur/settings.py index ea86167..e9960f2 100644 --- a/digitaleagentur/settings.py +++ b/digitaleagentur/settings.py @@ -156,7 +156,7 @@ USE_I18N = True USE_L10N = True -USE_TZ = True +USE_TZ = False # REDIRCETTARGET AFTER SUCCHESSFULLY LOGIN LOGIN_REDIRECT_URL = 'users-dashboard'