diff --git a/tutor/commands/jobs.py b/tutor/commands/jobs.py index 7510a83b31..9fcf3bc0c7 100644 --- a/tutor/commands/jobs.py +++ b/tutor/commands/jobs.py @@ -173,6 +173,9 @@ def importdemocourse( # Import into CMS python ./manage.py cms import ../data "$course_root" +# Work around bug where outline is not generated +python ./manage.py cms update_course_outline course-v1:OpenedX+DemoX+DemoCourse + # Re-index courses ./manage.py cms reindex_course --all --setup""" yield ("cms", template)