I am trying to use QuillJS on a specific form field in my Django 1.10 template as follows:
You can use Quill with a div and sync the editor's content(Delta) with a hidden input field in the form.
There is a Quill Form Submit example.