project/settings.py
changeset 147 c085ceb4652a
parent 131 bf9cc0961c31
child 150 9e0d3287d753
--- a/project/settings.py	Wed Jul 21 17:02:10 2010 +0530
+++ b/project/settings.py	Thu Jul 22 14:43:55 2010 +0530
@@ -61,7 +61,7 @@
 )
 
 TEMPLATE_DIRS = (
-    os.path.join(os.path.dirname(__file__), "templates"),
+    os.path.join(os.path.dirname(__file__), 'templates'),
 )
 
 AUTH_PROFILE_MODULE = 'user.UserProfile'
@@ -76,4 +76,4 @@
 
 CURRENT_SCOPE = 'scipyin/2010'
 
-LOGIN_URL = '%s/login' % (CURRENT_SCOPE)
+LOGIN_URL = '/%s/login' % (CURRENT_SCOPE)