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

fix: Update for new version of demo course #1272

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 7, 2024

  1. fix: Update for new version of demo course

    In openedx/openedx-demo-course#47 the demo
    course was replaced. This includes a new course key (new name and org)
    and the course content being moved a few directories deeper.
    
    Changes:
    
    - `sed -i 's/course-v1:edX+DemoX+Demo_Course/course-v1:Axim+DemoX+demo_course/g'`
      on all files turned up by `grep -rl Demo_Course`
    - Updated a few other course info locations turned up with
      `grep -nrI DemoX | grep -x demo_course` (all in programs/discovery.py)
    - Updated git clone URL and checkout location in provision-lms.sh to
      use new repo name (not strictly needed).
    timmc-edx committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    c2e6f71 View commit details
    Browse the repository at this point in the history