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
virtualenv
runpip install cmsplugin-markup-language
- Add
'cmsplugin_markup_language'
to yourINSTALLED_APPS
setting. - Run
manage.py migrate cmsplugin_markup_language
.
TBD