From 0fc90265a5fbc2a9baac2fbde2b58a708127b6ae Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Tue, 20 Jul 2010 02:51:03 +0530 Subject: Set the current program scope as a settings variable. --- project/settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'project/settings.py') diff --git a/project/settings.py b/project/settings.py index 733489c..8d80b35 100644 --- a/project/settings.py +++ b/project/settings.py @@ -76,3 +76,4 @@ TEMPLATE_CONTEXT_PROCESSORS = ( DEFAULT_FROM_EMAIL = 'admin@scipy.in' +CURRENT_SCOPE = 'scipyin/2010' -- cgit