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
.. toctree:: :maxdepth: 4 :glob: pages/using-in-admin pages/using-as-form pages/using-as-modelform pages/change-toolbar-configs
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', ]
To contribute to django-quill-editor create a fork on GitHub. Clone your fork, make some changes, and submit a pull request.
Use the GitHub issue tracker for django-quill-editor to submit bugs, issues, and feature requests.