From 20720c91b9720bc16b422287a33767af4be90699 Mon Sep 17 00:00:00 2001 From: ichuang Date: Mon, 2 Jul 2012 18:29:42 -0400 Subject: [PATCH] add 7.00x to dev_ike.py --- lms/envs/dev_ike.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lms/envs/dev_ike.py b/lms/envs/dev_ike.py index 459c8ac4aa..5e7da1de56 100644 --- a/lms/envs/dev_ike.py +++ b/lms/envs/dev_ike.py @@ -114,6 +114,14 @@ COURSE_SETTINGS = {'6.002_Fall_2012': {'number' : '6.002x', 'default_chapter' : 'Week_0', 'default_section' : 'Problem_Set_0', }, + '7.00x_Fall_2012': {'number' : '7.00x', + 'title' : 'Introduction to Biology', + 'xmlpath': '/7.00x/', + 'github_url': 'https://github.com/MITx/7.00x', + 'active' : True, + 'default_chapter' : 'Unit 1', + 'default_section' : 'Introduction', + }, } #-----------------------------------------------------------------------------