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
6 lines
119 B
Python
6 lines
119 B
Python
"""
|
|
Constants for import_from_modulestore app
|
|
"""
|
|
|
|
IMPORT_FROM_MODULESTORE_STAGING_PURPOSE = "import_from_modulestore"
|