django-quill
django-quill copied to clipboard
Easily use Quill.js in your django admin.
Hey, How do we create tables in the editor itself? Also, copying pasting tables from third-party sources is not working well.
I am far from being an expert in django, but working on the errors I managed to make this module run with django 2.1. One small detail in the usage...
Hi, I'm trying to get this work on django 1.11 without any success
Fixed ImportError on line 4, No module named 'django.forms.util'.
This upgrade should allow the ability to create a link that opens in a separate tab vs in the same browser window. If it does, it is not obvious how...
I can't seem to install this using pip. It complains about not being able to find the DESCRIPTION.rst file. Is this happening for anyone else? ``` Collecting django-quill Using cached...
Django 1.9 renamed "django.forms.util" to "django.forms.utils". And use of `patterns` is also deprecated since django 1.8. You can use plain lists now.