Commit 8a6dd2f7 by ichuang

add 6.00x to dev_ike.py

parent db614b2c
...@@ -86,6 +86,12 @@ COURSE_SETTINGS = {'6.002_Spring_2012': {'number' : '6.002x', ...@@ -86,6 +86,12 @@ COURSE_SETTINGS = {'6.002_Spring_2012': {'number' : '6.002x',
'github_url': 'https://github.com/MITx/18.06x', 'github_url': 'https://github.com/MITx/18.06x',
'active' : True, '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,
},
} }
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment