Delete unused student_profile API.
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user