django-quill-editor icon indicating copy to clipboard operation
django-quill-editor copied to clipboard

import django_quill.forms could not resolve

Open Ddollz opened this issue 3 years ago • 1 comments

I added django_quill to my system.py but when i importing in my form it say's "import django_quill.forms could not resolve"

Ddollz avatar Sep 04 '21 08:09 Ddollz

Try it instead with from django_quill import forms

LeeHanYeong avatar Dec 07 '21 08:12 LeeHanYeong