From dca0269e9b029c57de311a513ff9e86da19f0f7f Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Mon, 5 Mar 2018 22:03:51 +0100 Subject: [PATCH] Redirect login to rooms list --- workout/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/workout/settings.py b/workout/settings.py index e1b205c..87b9f06 100644 --- a/workout/settings.py +++ b/workout/settings.py @@ -115,3 +115,5 @@ USE_TZ = True STATIC_URL = '/static/' STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles') + +LOGIN_REDIRECT_URL = 'rooms-list'