Add new export_olx management command.
This moves the functionality of the 'export_course' management command from lms/djangoapps/courseware over to the Studio codebase. This reflects its use going forward to be run with cms settings, to export the content of the Studio modulestore instead of the LMS modulestore. The management command is used by an analytics workflow to output course content for researchers.
Showing
- cms/djangoapps/contentstore/management/commands/export_olx.py 111 additions, 0 deletions...djangoapps/contentstore/management/commands/export_olx.py
- cms/djangoapps/contentstore/management/commands/tests/test_export_olx.py 94 additions, 0 deletions...contentstore/management/commands/tests/test_export_olx.py
- lms/djangoapps/courseware/management/commands/export_course.py 8 additions, 0 deletions...jangoapps/courseware/management/commands/export_course.py
Please register or sign in to comment