I am unable to delete the demo course. is there a command i can use to delete a demo cource
To delete a course, you can run this command:
tutor local run cms ./manage.py cms --settings=tutor.production delete_course course-v1:edX+DemoX+Demo_Course
Replace v1:edX+DemoX+Demo_Course
with the course url you wish to delete.
3 Likes
Great answer @nadheemabdulla! Note that the --settings=tutor.production
part is now optional
1 Like
The demo course is deleted from this command. But, it is visible on /courses page. Can you let me know the resolve of this issue? Currently, I am on nutmeg version.