Closed marlonkeating closed 9 months ago
Description:
This change migrates the manufacture_data django command introduced in https://github.com/openedx/edx-enterprise/pull/1826 to where it can be used outside of the enterprise ecosystem.
JIRA
ENT-7636
Installation/Testing instructions:
In Devstack, prior to being pushed to PyPi
docker cp ~/edx-repos/edx-django-utils/. {container uuid}:/lib/
container uuid
docker ps
python ./manage.py manufacture_data --model enterprise_catalog.apps.catalog.models.EnterpriseCatalog --title "Test Catalog"
Merge checklist:
Post merge:
Hello @marlonkeating. I know this is just a draft. I'm going to check in with arch-bom about the planned how and where for developer data. See https://github.com/edx/edx-arch-experiments/issues/138
Description:
This change migrates the manufacture_data django command introduced in https://github.com/openedx/edx-enterprise/pull/1826 to where it can be used outside of the enterprise ecosystem.
JIRA
ENT-7636
Installation/Testing instructions:
In Devstack, prior to being pushed to PyPi
docker cp ~/edx-repos/edx-django-utils/. {container uuid}:/lib/
Wherecontainer uuid
can be found by runningdocker ps
python ./manage.py manufacture_data --model enterprise_catalog.apps.catalog.models.EnterpriseCatalog --title "Test Catalog"
Merge checklist:
Post merge: