django-quill-editor¶
django-quill-editor makes Quill.js easy to use on Django Forms and admin sites
- No configuration required for static files!
- The entire code for inserting WYSIWYG editor is less than 30 lines
- It can be used in both admin and Django views
Installation¶
Use pip to install from PyPI:
pip install django-quill-editor
Add django_quill to INSTALLED_APPS in settings.py:
INSTALLED_APPS = [
'django.contrib.admin',
...
'django_quill',
]
Contributing¶
To contribute to django-quill-editor create a fork on GitHub. Clone your fork, make some changes, and submit a pull request.
Issues¶
Use the GitHub issue tracker for django-quill-editor to submit bugs, issues, and feature requests.