Commit 48474eba by cahrens

Delete unused student_profile API.

parent c8419586
...@@ -396,7 +396,6 @@ if settings.COURSEWARE_ENABLED: ...@@ -396,7 +396,6 @@ if settings.COURSEWARE_ENABLED:
# Student account and profile # Student account and profile
url(r'^account/', include('student_account.urls')), url(r'^account/', include('student_account.urls')),
url(r'^profile/', include('student_profile.urls')),
# Student Notes # Student Notes
url(r'^courses/{}/edxnotes'.format(settings.COURSE_ID_PATTERN), url(r'^courses/{}/edxnotes'.format(settings.COURSE_ID_PATTERN),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment