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

@@ -2306,12 +2306,6 @@ INSTALLED_APPS = [
'third_party_auth',
# We don't use this directly (since we use OAuth2), but we need to install it anyway.
# When a user is deleted, Django queries all tables with a FK to the auth_user table,
# and since django-rest-framework-oauth imports this, it will try to access tables
# defined by oauth_provider. If those tables don't exist, an error can occur.
'oauth_provider',
# System Wide Roles
'openedx.core.djangoapps.system_wide_roles',