Skip to content

Latest commit

 

History

History
executable file
·
21 lines (13 loc) · 990 Bytes

File metadata and controls

executable file
·
21 lines (13 loc) · 990 Bytes

organizations-edx-platform-extensions

organizations-edx-platform-extensions (edx_solutions_organizations) is a Django application responsible for managing the concept of Organizations in the Open edX platform. Organizations represent the entities responsible for creating and publishing Courses. In the future the scope and responsibilty of the Organization may evolve to include other aspects, such as related learners.

Open edX Platform Integration

  1. Update the version of organizations-edx-platform-extensions in the appropriate requirements file (e.g. requirements/edx/custom.txt).
  2. Add ‘edx_solutions_organizations’ to the list of installed apps in common.py.
  3. Install organizations app via requirements file
  1. (Optional) Run tests:
$ paver test_system -s lms -t edx_solutions_organizations