From 350a3eeba72e4ee309fb81dcd3aad9b807ee7835 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 23 Jan 2008 13:45:17 +0100 Subject: [PATCH] * Redirect to /influences after logging in. --- settings.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2