[snowy] After log in to redirect to / by default



commit 30da43a27a09b9b47f8461cd4ad9e0f02c1d4e97
Author: Brad Taylor <brad getcoded net>
Date:   Mon Sep 7 15:27:12 2009 -0400

    After log in to redirect to / by default

 settings.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/settings.py b/settings.py
index 68d6004..5ab267b 100644
--- a/settings.py
+++ b/settings.py
@@ -143,6 +143,8 @@ ACCOUNT_ACTIVATION_DAYS = 15
 
 AUTH_PROFILE_MODULE = 'accounts.UserProfile'
 
+LOGIN_REDIRECT_URL = '/'
+
 # local_settings.py can be used to override environment-specific settings
 # like database and email that differ between development and production.
 try:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]