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

https://github.com/lispython/django-wmd

Integration wmd-editor to django forms
https://github.com/lispython/django-wmd

Last synced: about 1 month ago
JSON representation

Integration wmd-editor to django forms

Awesome Lists containing this project

README

        

Welcome to django_wmd's documentation!
======================================

A wmd-editor for django application

.. image:: https://travis-ci.org/Lispython/django_wmd.png?branch=master
:target: https://travis-ci.org/Lispython/django_wmd

INSTALLATION
------------

To use jinja-kit use `pip` or `easy_install`:

``pip install django_wmd``

or

``easy_install django_wmd``

DJANGO USAGE
------------

Added ``wmd`` to your ``INSTALLED_APPS``:

.. code-block:: python

INSTALLED_APPS += 'wmd',

CONTRIBUTE
----------

Fork https://github.com/lispython/django-wmd/ , create commit and pull request.