summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrabhu Ramachandran2016-07-08 07:59:39 -0500
committerGitHub2016-07-08 07:59:39 -0500
commit41b4b7607d8ea6856a8b397d4c9e5bb9edea0b77 (patch)
treeb7c437b071f463a6ab35ce9ec5746f17abe02f91
parent7564d453228cfebf4709cbbd19609f0614b6b9bc (diff)
parent5a89974ed92b57a33c585015bebb26594128fd8c (diff)
downloadonline_test-41b4b7607d8ea6856a8b397d4c9e5bb9edea0b77.tar.gz
online_test-41b4b7607d8ea6856a8b397d4c9e5bb9edea0b77.tar.bz2
online_test-41b4b7607d8ea6856a8b397d4c9e5bb9edea0b77.zip
Merge pull request #114 from ankitjavalkar/login-redirect-url-fix
Minor Change: Fix login redirect urls in settings.py
-rw-r--r--online_test/settings.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/online_test/settings.py b/online_test/settings.py
index 7a89217..f5f1d0a 100644
--- a/online_test/settings.py
+++ b/online_test/settings.py
@@ -86,7 +86,9 @@ USE_TZ = True
STATIC_URL = '/static/'
-LOGIN_URL = '/exam/login'
+LOGIN_URL = '/exam/login/'
+
+LOGIN_REDIRECT_URL = '/exam/'
EMAIL_USE_TLS = False