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:
@@ -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',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user