From 48474eba83568d3eb26ac4fbd79d91099d1ab02e Mon Sep 17 00:00:00 2001 From: cahrens Date: Tue, 3 Feb 2015 13:51:11 -0500 Subject: [PATCH] Delete unused student_profile API. --- lms/urls.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lms/urls.py b/lms/urls.py index 6a41de2399..a3b604d756 100644 --- a/lms/urls.py +++ b/lms/urls.py @@ -396,7 +396,6 @@ if settings.COURSEWARE_ENABLED: # Student account and profile url(r'^account/', include('student_account.urls')), - url(r'^profile/', include('student_profile.urls')), # Student Notes url(r'^courses/{}/edxnotes'.format(settings.COURSE_ID_PATTERN),