feat: Models for import_from_modulestore (#36515)

A new application has been created, described in this ADR:
https://github.com/openedx/edx-platform/pull/36545

have been created, as well as related models for mapping original content and
new content created during the import process. Python and Django APIs, as well
as a Django admin interface, will soon follow.
This commit is contained in:
Ivan Niedielnitsev
2025-04-17 22:03:46 +03:00
committed by GitHub
parent fd7ce0e273
commit 505b4f466c
14 changed files with 246 additions and 5 deletions

View File

@@ -238,6 +238,7 @@
"cms/djangoapps/cms_user_tasks/",
"cms/djangoapps/course_creators/",
"cms/djangoapps/export_course_metadata/",
"cms/djangoapps/import_from_modulestore/",
"cms/djangoapps/maintenance/",
"cms/djangoapps/models/",
"cms/djangoapps/pipeline_js/",