/api-integration

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

api-integration

api-integration (edx_solutions_api_integration) is a Django application that provides a RESTful interface to the edx-platform.

Open edX Platform Integration

  1. Update the version of api-integration in the appropriate requirements file (e.g. requirements/edx/custom.txt).
  2. Add edx_solutions_api_integration to the list of installed apps in common.py.
  3. Install edx_solutions_api_integration app via requirements file.
$ pip install -r requirements/edx/custom.txt
  1. (Optional) Run tests:
$ python manage.py lms --settings test test edx_solutions_api_integration