diff options
author | prashantsinalkar | 2018-08-15 23:37:14 +0530 |
---|---|---|
committer | prashantsinalkar | 2018-08-15 23:37:14 +0530 |
commit | bed655b94cc048f1f442185ee037a04e9cb0cc02 (patch) | |
tree | 1a0162ece803ab07f176700846f3fa7e9b3525f0 | |
parent | a0d9fca3982a4b62f84cfbe787042518e269c68e (diff) | |
download | SciPy2018-bed655b94cc048f1f442185ee037a04e9cb0cc02.tar.gz SciPy2018-bed655b94cc048f1f442185ee037a04e9cb0cc02.tar.bz2 SciPy2018-bed655b94cc048f1f442185ee037a04e9cb0cc02.zip |
added redirect url
-rw-r--r-- | Scipy2018/settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Scipy2018/settings.py b/Scipy2018/settings.py index 84f9a24..b931210 100644 --- a/Scipy2018/settings.py +++ b/Scipy2018/settings.py @@ -130,3 +130,5 @@ STATICFILES_DIRS = [ '/../static/', ] +LOGIN_REDIRECT_URL = '/proposal' +LOGOUT_REDIRECT_URL = '/accounts/login' |