From a1b53c3cd6cf3fb804c5b1d5aaef622a1c32f466 Mon Sep 17 00:00:00 2001 From: ichuang Date: Tue, 26 Jun 2012 18:40:07 -0400 Subject: [PATCH] add 3.091x to multicourse --- 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 86b434957a..ad0380b3cc 100644 --- a/lms/envs/dev_ike.py +++ b/lms/envs/dev_ike.py @@ -72,6 +72,12 @@ COURSE_SETTINGS = {'6.002_Spring_2012': {'number' : '6.002x', 'github_url': 'https://github.com/MITx/7.03x', 'active' : True, }, + '3.091x_Fall_2012': {'number' : '3.091x', + 'title' : 'Introduction to Solid State Chemistry', + 'xmlpath': '/3.091x/', + 'github_url': 'https://github.com/MITx/3.091x', + 'active' : True, + }, '18.06x_Linear_Algebra': {'number' : '18.06x', 'title' : 'Linear Algebra', 'xmlpath': '/18.06x/',