From 742d8a40a08405e199b9a809e78639f22aa9c786 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 6 Sep 2012 15:15:11 -0400 Subject: [PATCH] Set the homepage as LOGIN_REDIRECT_URL (imported from commit a65eec79d7c64e02969699a7288313227f85b99f) --- humbug/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/humbug/settings.py b/humbug/settings.py index c72d979e81..d96c3a6383 100644 --- a/humbug/settings.py +++ b/humbug/settings.py @@ -150,3 +150,5 @@ EMAIL_HOST='localhost' EMAIL_PORT=9991 EMAIL_HOST_USER='username' EMAIL_HOST_PASSWORD='password' + +LOGIN_REDIRECT_URL='/'