Fix login/logout urls.

This commit is contained in:
Drew Larson
2016-06-23 11:53:01 -06:00
parent 5cb88a6c61
commit c906b710ba
3 changed files with 8 additions and 4 deletions
+4 -1
View File
@@ -150,4 +150,7 @@ HAYSTACK_CONNECTIONS = {
'ENGINE': 'haystack.backends.whoosh_backend.WhooshEngine',
'PATH': os.path.join(os.path.dirname(__file__), 'whoosh_index'),
},
}
}
LOGIN_REDIRECT_URL = 'home'
LOGIN_URL = 'login'