Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.26 KB

README.rst

File metadata and controls

34 lines (23 loc) · 1.26 KB

Django CMS Markup Language Plugin

A plugin for Django CMS, which renders restructured text into html, using docutils.

Installation

This plugin requires django CMS 3.0.12 or higher to be properly installed.

  • Within your virtualenv run pip install cmsplugin-markup-language
  • Add 'cmsplugin_markup_language' to your INSTALLED_APPS setting.
  • Run manage.py migrate cmsplugin_markup_language.

Usage

TBD