diff --git a/common/djangoapps/student/management/commands/pearson_export_ead.py b/common/djangoapps/student/management/commands/pearson_export_ead.py index 0d7d7d9953..415f0812ae 100644 --- a/common/djangoapps/student/management/commands/pearson_export_ead.py +++ b/common/djangoapps/student/management/commands/pearson_export_ead.py @@ -57,18 +57,6 @@ class Command(BaseCommand): writer.writerow(record) - - - - - - - - - - - - def reset_sample_data(self): def make_sample(**kwargs): data = dict((model_field, kwargs.get(model_field, "")) diff --git a/common/djangoapps/student/views.py b/common/djangoapps/student/views.py index 8454709681..8810c8609b 100644 --- a/common/djangoapps/student/views.py +++ b/common/djangoapps/student/views.py @@ -775,6 +775,8 @@ def accept_name_change(request): return accept_name_change_by_id(int(request.POST['id'])) +# TODO: This is a giant kludge to give Pearson something to test against ASAP. +# Will need to get replaced by something that actually ties into TestCenterUser @csrf_exempt def test_center_login(request): if not settings.MITX_FEATURES.get('ENABLE_PEARSON_HACK_TEST'):