This djangoapp was designed for talking to sailthru, in a fairly edx.org-specific way. Nowadays, edx.org doesn't need this code and if other installations do, it's better off as a more distinct plugin anyway, rather than direct support in the platform. I've moved the one signal that was still useful (calling segment.identify() whenever user fields change) into user_authn. And I've left the EmailMarketingConfiguration model alone for now, but will remove that shortly. Nothing uses it as of this commit. AA-607 DEPR-139
23 lines
641 B
ReStructuredText
23 lines
641 B
ReStructuredText
lms
|
|
***
|
|
|
|
The ``lms`` directory in edx-platform is home to the code needed for the LMS
|
|
(Learning Management System) which is not also needed for the Course Authoring
|
|
Studio.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
lms/modules
|
|
lms/djangoapps/badges/modules
|
|
lms/djangoapps/branding/modules
|
|
lms/djangoapps/bulk_email/modules
|
|
lms/djangoapps/courseware/modules
|
|
lms/djangoapps/coursewarehistoryextended/modules
|
|
lms/djangoapps/experiments/modules
|
|
lms/djangoapps/lti_provider/modules
|
|
lms/djangoapps/mobile_api/modules
|
|
lms/djangoapps/notes/modules
|
|
lms/djangoapps/rss_proxy/modules
|
|
lms/djangoapps/survey/modules
|