Skip to content

Commit 6777915

Browse files
committed
feat!: remove olx_importer app
This was never published as part of the openedx-core package, and existed as an early way to bring XBlock component data into our models for testing purposes. Now that backup_restore exists and we have alternate ways to import content via the UX as well (from v1 libraries and courses), there's no point in keeping olx_importer around and up to date.
1 parent c22cc1b commit 6777915

6 files changed

Lines changed: 0 additions & 198 deletions

File tree

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ Code Overview
5555
* ``./src/``: All published code. Packages are importable relative to this directory (e.g., ``import openedx_content``). See ``readme.rst`` in each sub-folder.
5656
* ``./tests/``: Unit tests (not published).
5757
* ``./test_utils/``: Internal helpers for unit tests (not published).
58-
* ``./olx_importer/``: Internal utility for importing data for development (not published).
5958

6059
License
6160
-------

olx_importer/__init__.py

Whitespace-only changes.

olx_importer/apps.py

Lines changed: 0 additions & 14 deletions
This file was deleted.

olx_importer/management/__init__.py

Whitespace-only changes.

olx_importer/management/commands/__init__.py

Whitespace-only changes.

olx_importer/management/commands/load_components.py

Lines changed: 0 additions & 183 deletions
This file was deleted.

0 commit comments

Comments
 (0)