From 03c7b37b30f72ad3f36e65c42ff4732b3f4611bf Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Thu, 17 May 2012 16:53:56 -0400 Subject: [PATCH] Bring envs/common.py up to par with settings.py --- envs/common.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/envs/common.py b/envs/common.py index a95b6f848e..cab109ffc7 100644 --- a/envs/common.py +++ b/envs/common.py @@ -117,9 +117,18 @@ ROOT_URLCONF = 'urls' ### Dark code. Should be enabled in local settings for devel. ENABLE_MULTICOURSE = False # set to False to disable multicourse display (see lib.util.views.mitxhome) +QUICKEDIT = False ### +COURSE_DEFAULT = '6.002_Spring_2012' +COURSE_SETTINGS = {'6.002_Spring_2012': {'number' : '6.002x', + 'title' : 'Circuits and Electronics', + 'xmlpath': '6002x/', + } + } + + ############################### DJANGO BUILT-INS ############################### # Change DEBUG/TEMPLATE_DEBUG in your environment settings files, not here DEBUG = False