Changed 'instructor' django app to follow plugin pattern

This commit is contained in:
Gavin Sidebottom
2018-03-26 10:44:41 -04:00
parent 971126aa27
commit 7626d4abf0
13 changed files with 101 additions and 68 deletions

View File

@@ -71,9 +71,9 @@ setup(
"plugins = openedx.core.djangoapps.plugins.apps:PluginsConfig",
"schedules = openedx.core.djangoapps.schedules.apps:SchedulesConfig",
"theming = openedx.core.djangoapps.theming.apps:ThemingConfig",
"instructor = lms.djangoapps.instructor.apps:InstructorConfig",
"bookmarks = openedx.core.djangoapps.bookmarks.apps:BookmarksConfig",
"zendesk_proxy = openedx.core.djangoapps.zendesk_proxy.apps:ZendeskProxyConfig",
"instructor = lms.djangoapps.instructor.apps:InstructorConfig",
],
"cms.djangoapp": [
"ace_common = openedx.core.djangoapps.ace_common.apps:AceCommonConfig",