Finally import courseware properly everywhere to get rid of a warning

This commit is contained in:
Ned Batchelder
2019-09-05 12:30:22 -04:00
parent 83406db629
commit efba6e45e8
220 changed files with 368 additions and 354 deletions

View File

@@ -70,7 +70,7 @@ INSTALLED_APPS = (
'openedx.core.djangoapps.video_pipeline',
'openedx.core.djangoapps.bookmarks.apps.BookmarksConfig',
'edxval',
'courseware',
'lms.djangoapps.courseware',
'student',
'openedx.core.djangoapps.site_configuration',
'lms.djangoapps.grades.apps.GradesConfig',