feat: New django app for copying and pasting OLX content in Studio (#31904)

[FC-0009]
This commit is contained in:
Braden MacDonald
2023-04-14 11:41:41 -07:00
committed by GitHub
parent de047cd6f9
commit 2dc79bcab4
19 changed files with 839 additions and 3 deletions

View File

@@ -157,6 +157,7 @@ setup(
"ace_common = openedx.core.djangoapps.ace_common.apps:AceCommonConfig",
"course_live = openedx.core.djangoapps.course_live.apps:CourseLiveConfig",
"content_libraries = openedx.core.djangoapps.content_libraries.apps:ContentLibrariesConfig",
"content_staging = openedx.core.djangoapps.content_staging.apps:ContentStagingAppConfig",
# Importing an LMS app into the Studio process is not a good
# practice. We're ignoring this for Discussions here because its
# placement in LMS is a historical artifact. The eventual goal is to