Login redirect url

rtd2
Eric Holscher 2010-08-15 01:43:25 -05:00
parent d2559e1728
commit 1d157c0867
1 changed files with 1 additions and 3 deletions

View File

@ -22,9 +22,7 @@ CACHE_KEY_PREFIX = 'docs'
CACHE_MIDDLEWARE_SECONDS = 60
LOGIN_REDIRECT_URL = '/dashboard/'
FORCE_WWW = True
LOGIN_REDIRECT_URL = '/'
FORCE_WWW = False
if DEBUG:
CACHE_BACKEND = 'dummy://'