diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 2a9d48c35c..0000000000 --- a/Gemfile.lock +++ /dev/null @@ -1,15 +0,0 @@ -GEM - remote: http://rubygems.org/ - specs: - bourbon (1.3.6) - sass (>= 3.1) - rake (0.9.2.2) - sass (3.1.15) - -PLATFORMS - ruby - -DEPENDENCIES - bourbon (~> 1.3.6) - rake - sass (= 3.1.15) diff --git a/lms/djangoapps/courseware/views.py b/lms/djangoapps/courseware/views.py index 5cbbe18d7d..f043c3bc8c 100644 --- a/lms/djangoapps/courseware/views.py +++ b/lms/djangoapps/courseware/views.py @@ -88,7 +88,7 @@ def render_accordion(request, course, chapter, section): Returns (initialization_javascript, content)''' if not course: - course = "6.002 Spring 2012" + course = "edx4edx" toc = content_parser.toc_from_xml( content_parser.course_file(request.user, course), chapter, section) @@ -163,7 +163,7 @@ def get_course(request, course): if course==None: if not settings.ENABLE_MULTICOURSE: - course = "6.002 Spring 2012" + course = "edx4edx" elif 'coursename' in request.session: course = request.session['coursename'] else: diff --git a/lms/envs/dev.py b/lms/envs/dev.py index decd92d136..3f7eba922c 100644 --- a/lms/envs/dev.py +++ b/lms/envs/dev.py @@ -52,8 +52,8 @@ CACHES = { SECRET_KEY = '85920908f28904ed733fe576320db18cabd7b6cd' ################################ DEBUG TOOLBAR ################################# -INSTALLED_APPS += ('debug_toolbar',) -MIDDLEWARE_CLASSES += ('debug_toolbar.middleware.DebugToolbarMiddleware',) +#INSTALLED_APPS += ('debug_toolbar',) +#MIDDLEWARE_CLASSES += ('debug_toolbar.middleware.DebugToolbarMiddleware',) INTERNAL_IPS = ('127.0.0.1',) DEBUG_TOOLBAR_PANELS = ( diff --git a/lms/envs/dev_ike.py b/lms/envs/dev_ike.py index 675ca8366a..86b434957a 100644 --- a/lms/envs/dev_ike.py +++ b/lms/envs/dev_ike.py @@ -20,6 +20,12 @@ from .dev import * if 'eecs1' in socket.gethostname(): MITX_ROOT_URL = '/mitx2' +#----------------------------------------------------------------------------- +# edx4edx content server + +EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' +#EMAIL_BACKEND = 'django_ses.SESBackend' + #----------------------------------------------------------------------------- # ichuang diff --git a/lms/templates/create_account.html b/lms/templates/create_account.html index 318a694658..9641d8a4fb 100644 --- a/lms/templates/create_account.html +++ b/lms/templates/create_account.html @@ -1,12 +1,12 @@
-Please note that 6.002x has now passed its half-way point. The midterm exam and several assignment due dates for 6.002x have already passed. It is now impossible for newly enrolled students to earn a passing grade and a completion certificate for the course. However, new students have access to all of the course material that has been released for the course, so you are welcome to enroll and browse the course.
+