* run python modernize
* run isort
* Split out handlers/apps into separate files.
This commit is contained in:
Stu Young
2019-05-16 11:02:36 -04:00
committed by Julia Eskew
parent 8702e40589
commit 6478d43329
10 changed files with 71 additions and 36 deletions

View File

@@ -2269,7 +2269,7 @@ INSTALLED_APPS = [
'openedx.core.djangoapps.waffle_utils',
# Course Goals
'lms.djangoapps.course_goals',
'lms.djangoapps.course_goals.apps.CourseGoalsConfig',
# Features
'openedx.features.course_bookmarks',