Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
25 lines (15 loc) · 790 Bytes

README.rst

File metadata and controls

executable file
·
25 lines (15 loc) · 790 Bytes

course-edx-platform-extensions

Notice: This repo will be archived in April 2021.

course-edx-platform-extensions (course_metadata) is a Django application responsible for storing and caching aggregated metadata for a course.

Open edX Platform Integration

  1. Update the version of course-edx-platform-extensions in the appropriate requirements file (e.g. requirements/edx/custom.txt).
  2. Add course_metadata to the list of installed apps in common.py.
  3. Install course_metadata app via requirements file.
$ pip install -r requirements/edx/custom.txt
  1. (Optional) Run tests:
$ python manage.py lms --settings test test course_metadata.tests