logout redirect improved
This commit is contained in:
@@ -224,6 +224,7 @@ MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
|
||||
LOGIN_REDIRECT_URL = '/rowers/list-workouts/'
|
||||
LOGIN_URL = '/login/'
|
||||
LOGOUT_URL = '/logout/'
|
||||
LOGOUT_REDIRECT_URL = '/'
|
||||
|
||||
# Update Cache with task progress password
|
||||
|
||||
|
||||
Reference in New Issue
Block a user