Courses classification by main classification and categories
docker-compose exec lms pip install -e /openedx/requirements/course_classification
docker-compose exec cms pip install -e /openedx/requirements/course_classification
docker-compose exec lms python manage.py lms --settings=prod.production makemigrations course_classification
docker-compose exec lms python manage.py lms --settings=prod.production migrate course_classification
Prepare tests:
- Install act following the instructions in https://nektosact.com/installation/index.html
Run tests:
- In a terminal at the root of the project
act -W .github/workflows/pythonapp.yml