diff --git a/cms/envs/common.py b/cms/envs/common.py index 9fa2332f10..7394d9cbbf 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -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',