Merge pull request #149 from MITx/stable-edx4edx-aws
Stable edx4edx aws We may need to switch quickedit, based on feedback from Ike.
This commit is contained in:
22
lms/envs/edx4edx_aws.py
Normal file
22
lms/envs/edx4edx_aws.py
Normal file
@@ -0,0 +1,22 @@
|
||||
# Settings for edx4edx production instance
|
||||
from .aws import *
|
||||
|
||||
COURSE_NAME = "edx4edx"
|
||||
COURSE_NUMBER = "edX.01"
|
||||
COURSE_TITLE = "edx4edx: edX Author Course"
|
||||
|
||||
### Dark code. Should be enabled in local settings for devel.
|
||||
|
||||
ENABLE_MULTICOURSE = True # set to False to disable multicourse display (see lib.util.views.mitxhome)
|
||||
QUICKEDIT = False
|
||||
|
||||
###
|
||||
|
||||
COURSE_DEFAULT = 'edx4edx'
|
||||
COURSE_SETTINGS = {'edx4edx': {'number' : 'edX.01',
|
||||
'title' : 'edx4edx: edX Author Course',
|
||||
'xmlpath': '/edx4edx/',
|
||||
'github_url': 'https://github.com/MITx/edx4edx',
|
||||
'active' : True,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user