Unverified Commit 8b13a8a4 by Jeremy Bowman Committed by GitHub

Merge pull request #16442 from edx/jmbowman/oauth_provider_cms_import_fix

Add oauth_provider to Studio INSTALLED_APPS
parents ee588795 2e2ec0f5
...@@ -1050,6 +1050,7 @@ INSTALLED_APPS = [ ...@@ -1050,6 +1050,7 @@ INSTALLED_APPS = [
# These are apps that aren't strictly needed by Studio, but are imported by # These are apps that aren't strictly needed by Studio, but are imported by
# other apps that are. Django 1.8 wants to have imported models supported # other apps that are. Django 1.8 wants to have imported models supported
# by installed apps. # by installed apps.
'oauth_provider',
'courseware', 'courseware',
'survey', 'survey',
'lms.djangoapps.verify_student.apps.VerifyStudentConfig', 'lms.djangoapps.verify_student.apps.VerifyStudentConfig',
......
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