Prevent import failure on CMS

This commit is contained in:
Dave St.Germain
2019-06-10 10:49:06 -04:00
parent a914faf11c
commit 23ab20a6fd
2 changed files with 7 additions and 3 deletions

View File

@@ -1127,8 +1127,6 @@ INSTALLED_APPS = [
'survey.apps.SurveyConfig',
'lms.djangoapps.verify_student.apps.VerifyStudentConfig',
'completion',
# Reference we couldn't get simple_history dependencies working in any other way. Leaving it
'lms.djangoapps.grades.apps.GradesConfig',
# Microsite configuration application
'microsite_configuration',