Files
edx-platform/cms/djangoapps/import_from_modulestore/constants.py
Ivan Niedielnitsev 3f67f3c295 feat: Import from modulestore APIs (#36540)
This PR is addressed at adding the functionality to import
modulestore-based content to the learning-core based learning
package.

Partof: https://github.com/openedx/frontend-app-authoring/issues/1681
2025-04-23 14:28:07 -04:00

6 lines
119 B
Python

"""
Constants for import_from_modulestore app
"""
IMPORT_FROM_MODULESTORE_STAGING_PURPOSE = "import_from_modulestore"