Commit 76b58c99 by ichuang

update 8.011x name for LMS migration

parent 32a837e7
...@@ -74,10 +74,10 @@ COURSE_SETTINGS = {'6.002x_Fall_2012': {'number' : '6.002x', ...@@ -74,10 +74,10 @@ COURSE_SETTINGS = {'6.002x_Fall_2012': {'number' : '6.002x',
'default_chapter' : 'Week_1', 'default_chapter' : 'Week_1',
'default_section' : 'Variables_and_Binding', 'default_section' : 'Variables_and_Binding',
}, },
'8.01_Fall_2012': {'number' : '8.01x', 'Classical_Mechanics_Online': {'number' : '8.011x',
'title' : 'Mechanics', 'title' : 'Classical Mechanics Online',
'xmlpath': '/8.01x/', 'xmlpath': '/content-mit-8011x/',
'github_url': 'https://github.com/MITx/8.01x', 'github_url': 'https://github.com/MITx/content-mit-8011x',
'active': True, 'active': True,
'default_chapter' : 'Mechanics_Online_Spring_2012', 'default_chapter' : 'Mechanics_Online_Spring_2012',
'default_section' : 'Introduction_to_the_course', 'default_section' : 'Introduction_to_the_course',
...@@ -157,3 +157,6 @@ INSTALLED_APPS = INSTALLED_APPS + ( ...@@ -157,3 +157,6 @@ INSTALLED_APPS = INSTALLED_APPS + (
LOGIN_REDIRECT_URL = MITX_ROOT_URL + '/' LOGIN_REDIRECT_URL = MITX_ROOT_URL + '/'
LOGIN_URL = MITX_ROOT_URL + '/' LOGIN_URL = MITX_ROOT_URL + '/'
#-----------------------------------------------------------------------------
SESSION_COOKIE_NAME = "stable_edx4edx"
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