diff --git a/envs/common.py b/envs/common.py index fb8b208679..c4c6c897af 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