Files
edx-platform/cms
stvn 43698fff0a refactor: Move get_course_by_id helper from LMS to core
This helper is used by the LMS, CMS, _and_ `openedx.core`,
so let's move it to `openedx.core` to reduce import complexity.

The following files no longer import from LMS:
- cms/djangoapps/contentstore/management/commands/edit_course_tabs.py
- lms/djangoapps/ccx/migrations/0006_set_display_name_as_override.py
- openedx/core/djangoapps/ccxcon/api.py
- openedx/core/djangoapps/verified_track_content/models.py
- openedx/features/course_experience/plugins.py

Note: The LTI XBlock has a dependency on this import path (!?);
a fix can be found here [1].

- [1] https://github.com/edx/xblock-lti-consumer/pull/154
2021-04-13 23:25:48 -07:00
..
2021-04-12 09:43:59 -04:00
2021-03-02 16:45:46 +05:00
2021-04-02 16:02:46 +05:00
2021-02-02 15:29:41 +05:00
2021-02-02 15:29:41 +05:00
2019-12-30 12:25:38 -05:00
2021-03-02 16:45:46 +05:00
2021-02-02 15:29:41 +05:00

CMS (Content Management System)
-------------------------------

This directory contains code relating to the course management portal for edX, also known as Studio.