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
- Host: GitHub
- URL: https://github.com/fabricesalvaire/cmsplugin-markup-language
- Owner: FabriceSalvaire
- License: bsd-3-clause
- Created: 2016-12-05T18:53:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-26T12:43:19.000Z (over 8 years ago)
- Last Synced: 2025-01-11T13:26:04.948Z (5 months ago)
- Topics: django-cms-plugin
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
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