Removing deprecated rest_framework_oauth library (#23139)

* Removing deprecated rest_framework_oauth library

* removing dependecy of django-rest-framework-oauth

* removing oauth_provider from cms
This commit is contained in:
Manjinder Singh
2020-02-19 15:10:59 -05:00
committed by GitHub
parent 9b6eb668f4
commit c540eb14ee
6 changed files with 8 additions and 29 deletions

View File

@@ -1356,7 +1356,6 @@ INSTALLED_APPS = [
# other apps that are. Django 1.8 wants to have imported models supported
# by installed apps.
'openedx.core.djangoapps.oauth_dispatch.apps.OAuthDispatchAppConfig',
'oauth_provider',
'lms.djangoapps.courseware',
'coursewarehistoryextended',
'survey.apps.SurveyConfig',