Commit 76db9e55 by ichuang

lms/envs/edx4edx_aws update

parent 7e227d6e
......@@ -49,6 +49,8 @@ COURSE_SETTINGS = {'edx4edx': {'number' : 'edX.01',
'xmlpath': '/edx4edx/',
'github_url': 'https://github.com/MITx/edx4edx',
'active' : True,
'default_chapter' : 'Introduction',
'default_section' : 'edx4edx_Course',
},
}
......
......@@ -18,6 +18,8 @@ COURSE_SETTINGS = {'edx4edx': {'number' : 'edX.01',
'xmlpath': '/edx4edx/',
'github_url': 'https://github.com/MITx/edx4edx',
'active' : True,
'default_chapter' : 'Introduction',
'default_section' : 'edx4edx_Course',
},
}
......
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