Merge pull request #23068 from open-craft/olx-rest-api

REST API to export modulestore XBlocks as OLX
This commit is contained in:
David Ormsbee
2020-02-25 15:11:08 -05:00
committed by GitHub
9 changed files with 625 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ setup(
# consolidate the multiple discussions-related Django apps and
# either put them in the openedx/ dir, or in another repo entirely.
"discussion = lms.djangoapps.discussion.apps:DiscussionConfig",
"olx_rest_api = openedx.core.djangoapps.olx_rest_api.apps:OlxRestApiAppConfig",
"plugins = openedx.core.djangoapps.plugins.apps:PluginsConfig",
"schedules = openedx.core.djangoapps.schedules.apps:SchedulesConfig",
"theming = openedx.core.djangoapps.theming.apps:ThemingConfig",