I want to use Quill Editor on a form input in Django.
From the examples in Quill playground I see that always the container is a div
.
How can I make it work with a <textarea>
instead of a div, and the text to remain in textarea, to work when I submit the form by Django;
I know there is a django-quill package, but lastest commit was done in 2015, and is reported not working with new Django versions, beside I want to do it more custom.