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:
@@ -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',
|
||||
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user