From 8a6dd2f756891942b99b1b88cdb2bd0f09ab53bf Mon Sep 17 00:00:00 2001 From: ichuang Date: Thu, 28 Jun 2012 14:20:22 -0400 Subject: [PATCH] add 6.00x to dev_ike.py --- lms/envs/dev_ike.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lms/envs/dev_ike.py b/lms/envs/dev_ike.py index df09ba2dc3..02bca96c11 100644 --- a/lms/envs/dev_ike.py +++ b/lms/envs/dev_ike.py @@ -86,6 +86,12 @@ COURSE_SETTINGS = {'6.002_Spring_2012': {'number' : '6.002x', 'github_url': 'https://github.com/MITx/18.06x', 'active' : True, }, + '6.00x_Fall_2012': {'number' : '6.00x', + 'title' : 'Introduction to Computer Science and Programming', + 'xmlpath': '/6.00x/', + 'github_url': 'https://github.com/MITx/6.00x', + 'active' : True, + }, } #-----------------------------------------------------------------------------