Unverified Commit 564514dd by Jeremy Bowman Committed by GitHub

Merge pull request #16415 from edx/jmbowman/PLAT-1779

PLAT-1779 Fix CMS INSTALLED_APPS/model imports mismatch
parents a285ed08 a7b38942
......@@ -1050,7 +1050,10 @@ 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.
'courseware',
'survey',
'lms.djangoapps.verify_student.apps.VerifyStudentConfig',
'lms.djangoapps.completion.apps.CompletionAppConfig',
# Microsite configuration application
'microsite_configuration',
......
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