Merge pull request #16442 from edx/jmbowman/oauth_provider_cms_import_fix

Add oauth_provider to Studio INSTALLED_APPS
This commit is contained in:
Jeremy Bowman
2017-11-03 15:32:54 -04:00
committed by GitHub

View File

@@ -1050,6 +1050,7 @@ INSTALLED_APPS = [
# 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
# by installed apps.
'oauth_provider',
'courseware',
'survey',
'lms.djangoapps.verify_student.apps.VerifyStudentConfig',