Point to the proper AppConfig in INSTALLED_APPS for course_modes.

This commit is contained in:
John Eskew
2017-11-01 16:55:02 -04:00
parent 908d5f91a5
commit e85af5d87b
2 changed files with 2 additions and 2 deletions

View File

@@ -988,7 +988,7 @@ INSTALLED_APPS = [
'django.contrib.admin',
# for managing course modes
'course_modes',
'course_modes.apps.CourseModesConfig',
# Verified Track Content Cohorting (Beta feature that will hopefully be removed)
'openedx.core.djangoapps.verified_track_content',

View File

@@ -2159,7 +2159,7 @@ INSTALLED_APPS = [
'notifier_api',
# Different Course Modes
'course_modes',
'course_modes.apps.CourseModesConfig',
# Enrollment API
'enrollment',