Using python 3.7.2 and django 2.1.5
quill was installed via pip
I'm getting the following:
/quill/widgets.py", line 3, in <module>
from django.forms.util import flatatt
ModuleNotFoundError: No module named 'django.forms.util'
Indeed. In django with python 3.7.2 the module is now
forms.utils not forms.util
Before I set to hacking venv code and since I know there are quill
users on this list, I should ask:
Is there a later quill available for download with correct changes?
thanks
--
Tim Johnson
http://www.tj49.com