diff options
author | Dan McGee <dan@archlinux.org> | 2010-05-17 13:29:27 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-05-17 14:49:43 -0500 |
commit | 6f9308abd95e6935bb173cbe6439b45f29763ba1 (patch) | |
tree | 57378c5cb24116cbcbd22185d5b034aa4809b3ec | |
parent | 04f5b3e2f7423b412768b1f6e336bfd818098de9 (diff) |
Redirect to root url after login
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py b/settings.py index 88adf19d..30f594e6 100644 --- a/settings.py +++ b/settings.py @@ -34,6 +34,7 @@ ADMIN_MEDIA_PREFIX = '/media/admin_media/' # login url LOGIN_URL = '/login/' +LOGIN_REDIRECT_URL = '/' # List of callables that know how to import templates from various sources. TEMPLATE_LOADERS = ( |