Skip to content

wajeeha-khalid/api-integration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%