diff -r e23e937ddcda -r c085ceb4652a project/settings.py --- 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)