Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • run migrations

    sudo su edxapp -s /bin/bash
    cd ~
    source edxapp_env
    python /edx/app/edxapp/edx-platform/manage.py {lms/cms} syncdb --settings=production 
  • delete course 

          sudo -u www-data /edx/bin/python.edxapp ./manage.py cms --settings=production delete_course Organization/CourseNumber/CourseRun commit 
  • delete course in Cypress version  
          sudo -u www-data /edx/bin/python.edxapp ./manage.py cms --settings=production delete_course course-v1:Organization+CourseNumber+CourseRun commit

...