USE TZ False

This commit is contained in:
holger.trampe 2019-12-15 23:38:30 +01:00
parent db596eb765
commit e7fdcc8d44
1 changed files with 1 additions and 1 deletions

View File

@ -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'