summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorparth2012-03-09 09:27:05 +0530
committerparth2012-03-09 09:27:05 +0530
commit97d5e22fde894b0648c5d8cd0d2b912ae67acf10 (patch)
treeedf1e302b4ff66567641a6db2728402087c02d76 /settings.py
parente11d0e7dc7a7d9c20546e5529e8e9fe8a2047698 (diff)
downloadaloha-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.py1
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'