django-quill-editor
django-quill-editor copied to clipboard
import django_quill.forms could not resolve
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"
Try it instead with
from django_quill import forms