An open API service indexing awesome lists of open source software.

https://github.com/fabricesalvaire/cmsplugin-markup-language

Markup language (RST) plugin for Django CMS
https://github.com/fabricesalvaire/cmsplugin-markup-language

django-cms-plugin

Last synced: 3 months ago
JSON representation

Markup language (RST) plugin for Django CMS

Awesome Lists containing this project

README

        

.. image:: https://badge.fury.io/py/cmsplugin-markup-language.svg
:target: https://badge.fury.io/py/cmsplugin-markup-language

.. image:: https://img.shields.io/pypi/dm/cmsplugin-markup-language.svg
:target: https://pypi.python.org/pypi/cmsplugin-markup-language

.. image:: https://img.shields.io/pypi/status/cmsplugin-markup-language.svg
:target: https://pypi.python.org/pypi/cmsplugin-markup-language

.. image:: https://img.shields.io/pypi/pyversions/cmsplugin-markup-language.svg
:target: https://pypi.python.org/pypi/cmsplugin-markup-language

.. image:: https://img.shields.io/pypi/l/cmsplugin-markup-language.svg
:target: https://raw.githubusercontent.com/FabriceSalvaire/cmsplugin-markup-language/master/LICENSE.txt

=================================
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