A Summernote textarea widget for Django.
PyPI: django-summernote-widget
is hosted on PyPI, and can be installed with pip
:
$ pip install django-summernote-widget
Alternatively, add it into your requirements
file:
django-summernote-widget==0.1.1
Add summernote
to INSTALLED_APPS
in settings.py
:
INSTALLED_APPS += ('summernote',)
# We owe you examples. Sorry.
Write code. Run python setup.py test
to test it.
Copyright (c) 2014 LawPal, Inc. Released under the MIT License.