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
- Host: GitHub
- URL: https://github.com/lispython/django-wmd
- Owner: Lispython
- License: other
- Created: 2013-02-25T19:28:49.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-28T05:26:54.000Z (about 12 years ago)
- Last Synced: 2025-03-15T20:45:22.901Z (2 months ago)
- Language: JavaScript
- Size: 203 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: ChangeLog
- License: LICENSE
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_wmdINSTALLATION
------------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.