Delete old cruft from 2012/2013.

This commit is contained in:
cahrens
2016-06-07 09:14:06 -04:00
parent faa7f544d2
commit 1fa4319140
3 changed files with 1 additions and 57 deletions

View File

@@ -24,7 +24,7 @@ from contentstore.utils import reverse_course_url, reverse_library_url, reverse_
from models.settings.course_grading import CourseGradingModel
from util.milestones_helpers import is_entrance_exams_enabled
__all__ = ['edge', 'event', 'landing']
__all__ = ['event']
# Note: Grader types are used throughout the platform but most usages are simply in-line
# strings. In addition, new grader types can be defined on the fly anytime one is needed
@@ -38,16 +38,6 @@ GRADER_TYPES = {
}
# points to the temporary course landing page with log in and sign up
def landing(request, org, course, coursename):
return render_to_response('temp-course-landing.html', {})
# points to the temporary edge page
def edge(request):
return redirect('/')
def event(request):
'''
A noop to swallow the analytics call so that cms methods don't spook and poor developers looking at