course-edx-platform-extensions (course_metadata
) is a Django application responsible for storing and caching aggregated metadata for a course.
- Update the version of
course-edx-platform-extensions
in the appropriate requirements file (e.g.requirements/edx/custom.txt
). - Add
course_metadata
to the list of installed apps incommon.py
. - Install
course_metadata
app via requirements file.
$ pip install -r requirements/edx/custom.txt
- (Optional) Run tests:
$ python manage.py lms --settings test test course_metadata.tests