# HG changeset patch # User Parth buch # Date 1315478454 -19800 # Node ID bbb0f40223be8cffc1640c04c9d7160e78b8daf5 # Parent 5debb109a8998c53708f18fba8ba6e804d0cc8a6 changed current scope to scipy/2011 diff -r 5debb109a899 -r bbb0f40223be project/settings.py --- a/project/settings.py Thu Sep 08 15:35:41 2011 +0530 +++ b/project/settings.py Thu Sep 08 16:10:54 2011 +0530 @@ -75,7 +75,7 @@ DEFAULT_FROM_EMAIL = 'admin@scipy.in' -CURRENT_SCOPE = 'scipyin/2010' +CURRENT_SCOPE = 'scipyin/2011' LOGIN_URL = '/%s/login' % (CURRENT_SCOPE)