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