Redirect to root url after login

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2010-05-17 13:29:27 -05:00
parent 04f5b3e2f7
commit 6f9308abd9

View File

@ -34,6 +34,7 @@
# login url
LOGIN_URL = '/login/'
LOGIN_REDIRECT_URL = '/'
# List of callables that know how to import templates from various sources.
TEMPLATE_LOADERS = (