edx-organizations (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.
- Organizations is designed to centralize metadata about course publishers, such as their title, logo URL, and information included in certificates.
$ ./run_tests
- Add desired commit hash from github code repository
- edx-platform/requirements/github.txt
- "Our libraries" section
- Add 'organizations' to the list of installed apps:
- common.py
- Feature flag convention is preferred
- In edx-platform devstack:
- pip install -r requirements
- paver test_system -s lms
Contributions are very welcome, but please note that edx-organizations is currently an early stage work-in-progress and is changing frequently at this time.
See our CONTRIBUTING file for more information -- it also contains guidelines for how to maintain high code quality, which will make your contribution more likely to be accepted.
Please do not report security issues in public. Please email security@edx.org.
You can discuss this code on the edx-code Google Group or in the
edx-code
IRC channel on Freenode.