From: Matthijs Kooijman Date: Wed, 23 Jan 2008 12:45:17 +0000 (+0100) Subject: * Redirect to /influences after logging in. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fxerxes.git;a=commitdiff_plain;h=350a3eeba72e4ee309fb81dcd3aad9b807ee7835 * Redirect to /influences after logging in. --- diff --git a/settings.py b/settings.py index d06d5cd..ccffacb 100644 --- a/settings.py +++ b/settings.py @@ -87,6 +87,7 @@ TEMPLATE_CONTEXT_PROCESSORS = ( ) LOGIN_URL = "/accounts/login/" +LOGIN_REDIRECT_URL = "/influences/" # Allow authentication against the phpb user accounts