Files
edx-platform/openedx/core/djangoapps/plugins/README.rst
Manjinder Singh c76ed6ae45 Extracting plugin app from edx-platform (#24678)
* Moving plugins infrastructure to edx-django-utils
This PR extracts the code that enables plugins in edx-platform and puts it in edx-django-utils. This is done to allow other IDAS to add plugin functionality.
2020-08-12 07:48:53 -04:00

8 lines
411 B
ReStructuredText

Plugins App
===========
This app provides edx-platform specific constants and support for the Django Plugin infrastructure defined in `edx_django_utils/plugins`_.
It enables you to add a plugin to LMS or CMS, including ensuring Django signals work correctly between edx-platform and installed plugins.
.. _edx_django_utils/plugins: https://github.com/edx/edx-django-utils/tree/master/edx_django_utils/plugins