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

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