A plugin for Django CMS, which renders restructured text into html, using docutils.
This plugin requires django CMS 3.0.12 or higher to be properly installed.
- Within your
virtualenvrunpip install cmsplugin-markup-language - Add
'cmsplugin_markup_language'to yourINSTALLED_APPSsetting. - Run
manage.py migrate cmsplugin_markup_language.
TBD