Add a Studio view and template to host the Programs authoring app
The Programs authoring app is a Backbone SPA maintained in a separate repository. The app handles its own routing and provides a UI which can be used to create and publish new Programs (e.g, XSeries). ECOM-2598.
Showing
- cms/djangoapps/contentstore/views/course.py 1 addition, 0 deletionscms/djangoapps/contentstore/views/course.py
- cms/djangoapps/contentstore/views/program.py 40 additions, 0 deletionscms/djangoapps/contentstore/views/program.py
- cms/djangoapps/contentstore/views/tests/test_programs.py 59 additions, 5 deletionscms/djangoapps/contentstore/views/tests/test_programs.py
- cms/templates/index.html 4 additions, 7 deletionscms/templates/index.html
- cms/templates/program_authoring.html 16 additions, 0 deletionscms/templates/program_authoring.html
- cms/templates/widgets/header.html 5 additions, 0 deletionscms/templates/widgets/header.html
- cms/urls.py 13 additions, 3 deletionscms/urls.py
- common/test/acceptance/pages/studio/index.py 2 additions, 2 deletionscommon/test/acceptance/pages/studio/index.py
cms/djangoapps/contentstore/views/program.py
0 → 100644
cms/templates/program_authoring.html
0 → 100644
Please register or sign in to comment