summaryrefslogtreecommitdiff
path: root/project/settings.py
diff options
context:
space:
mode:
authorMadhusudan.C.S2010-07-22 14:43:55 +0530
committerMadhusudan.C.S2010-07-22 14:43:55 +0530
commit411e9ee8f565d4e2f4df40c71777066dc748f7c2 (patch)
treef0966c85425e4d91ea18723fa77595002a0e2f1e /project/settings.py
parent58f01260ac5b5eff17e2fddf3d1e25377d8ad52e (diff)
downloadscipycon-411e9ee8f565d4e2f4df40c71777066dc748f7c2.tar.gz
scipycon-411e9ee8f565d4e2f4df40c71777066dc748f7c2.tar.bz2
scipycon-411e9ee8f565d4e2f4df40c71777066dc748f7c2.zip
Made some style changes.
Diffstat (limited to 'project/settings.py')
-rw-r--r--project/settings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/project/settings.py b/project/settings.py
index 431bd6f..b8a94ba 100644
--- a/project/settings.py
+++ b/project/settings.py
@@ -61,7 +61,7 @@ TEMPLATE_LOADERS = (
)
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 @@ DEFAULT_FROM_EMAIL = 'admin@scipy.in'
CURRENT_SCOPE = 'scipyin/2010'
-LOGIN_URL = '%s/login' % (CURRENT_SCOPE)
+LOGIN_URL = '/%s/login' % (CURRENT_SCOPE)