From 7b86caafad4d03e64c76b6313275cfcaa49a27e0 Mon Sep 17 00:00:00 2001 From: John Jarvis Date: Tue, 26 Jun 2012 19:34:53 -0400 Subject: [PATCH] adding edx4edx_aws for edx4edx aws instance --- lms/envs/edx4edx_aws.py | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 lms/envs/edx4edx_aws.py diff --git a/lms/envs/edx4edx_aws.py b/lms/envs/edx4edx_aws.py new file mode 100644 index 0000000000..85c3787e29 --- /dev/null +++ b/lms/envs/edx4edx_aws.py @@ -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, + }, + }