diff options
author | parth | 2012-03-09 09:27:05 +0530 |
---|---|---|
committer | parth | 2012-03-09 09:27:05 +0530 |
commit | 97d5e22fde894b0648c5d8cd0d2b912ae67acf10 (patch) | |
tree | edf1e302b4ff66567641a6db2728402087c02d76 /settings.py | |
parent | e11d0e7dc7a7d9c20546e5529e8e9fe8a2047698 (diff) | |
download | aloha-97d5e22fde894b0648c5d8cd0d2b912ae67acf10.tar.gz aloha-97d5e22fde894b0648c5d8cd0d2b912ae67acf10.tar.bz2 aloha-97d5e22fde894b0648c5d8cd0d2b912ae67acf10.zip |
Working forms/still having problem with registration form
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py b/settings.py index 65b43d9..29a57ae 100644 --- a/settings.py +++ b/settings.py @@ -156,3 +156,4 @@ LOGGING = { } AUTH_PROFILE_MODULE = "allotter.Profile" +LOGIN_URL = '/allotter/login' |