django-quill-editor

PyPI

django-quill-editor makes Quill.js easy to use on Django Forms and admin sites


Form and ModelForm

You can display the editor using quill.js in the template using Form or ModelForm. When displaying HTML content, not the editor, use the .html property

Go to Example ▶

Django admin

You can easily integrate with django admin. In this playground, you can use admin without credentials.

Go to Django admin ▶