Commit e85af5d8 by John Eskew

Point to the proper AppConfig in INSTALLED_APPS for course_modes.

parent 908d5f91
......@@ -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',
......
......@@ -2159,7 +2159,7 @@ INSTALLED_APPS = [
'notifier_api',
# Different Course Modes
'course_modes',
'course_modes.apps.CourseModesConfig',
# Enrollment API
'enrollment',
......
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