Re: [edx-code] When importing course with manage.py in Hawthorne, the "run" part of the course id is wrong

2019-02-12 Thread Rebecca Buchheit Clayton
Hi Peter: Thank you! Your instructions worked perfectly, with one small addition. I also had to rename course/course.xml to course/Y2018_1.xml. So, for anyone else who has this issue, the steps are: 1- In the course export directory, edit course.xml. Edit the url_name attribute; change it

Re: [edx-code] When importing course with manage.py in Hawthorne, the "run" part of the course id is wrong

2019-02-11 Thread Peter Pinch
HI Rebecca. This was a change that we were struggling with at MIT for a long time. When you import a course in studio, the course run is already established. But when you import using the management command, it has to determine the course run from the course data (OLX). Unfortunately, the

[edx-code] When importing course with manage.py in Hawthorne, the "run" part of the course id is wrong

2019-02-07 Thread Rebecca Buchheit Clayton
Hi, I'm trying to import a course using this command: sudo -u www-data /edx/bin/python.edxapp /edx/app/edxapp/edx-platform/manage.py cms --settings=aws import /edx/var/edxapp/data /tmp/course /tmp/course contains the usual subdirectories (static, vertical, sequential, etc.) and course.xml,