api-integration (edx_solutions_api_integration
) is a Django application that provides a RESTful interface to the edx-platform.
- Update the version of
api-integration
in the appropriate requirements file (e.g.requirements/edx/custom.txt
). - Add
edx_solutions_api_integration
to the list of installed apps incommon.py
. - Install
edx_solutions_api_integration
app via requirements file.
$ pip install -r requirements/edx/custom.txt
- (Optional) Run tests:
$ python manage.py lms --settings test test edx_solutions_api_integration