Adding simple history to track grade changes. Educator-4347

added migration

Adding simple history to track grade changes. Educator-4347
Adding migration file

Adding simple history to track grade changes. Educator-4347
Adding migration file

Adding simple history to track grade changes. Educator-4347
Adding migration file

Re-adding lms.djangoapps reference to see if it will fix the build issues

Re-adding lms.djangoapps reference to see if it will fix the build issues
This commit is contained in:
atesker
2019-06-06 09:45:45 -04:00
parent 2186b1a40b
commit a914faf11c
3 changed files with 50 additions and 1 deletions

View File

@@ -1127,6 +1127,8 @@ 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',
@@ -1178,6 +1180,7 @@ INSTALLED_APPS = [
'openedx.features.course_duration_limits',
'openedx.features.content_type_gating',
'experiments',
]