Closed chengler closed 1 year ago
Any Ideas? What am I missing?
Install django-quill-editor to your Python environment <- OK
django-quill-editor
Add django_quill to INSTALLED_APPS in settings.py <- OK
django_quill
INSTALLED_APPS
settings.py
Add QuillFieldto the Model class you want to use.
QuillField
django_quill.fields
Just register the Model in admin.py of the app.
Python 3.11 Dango 4.2
typo ^^
Any Ideas? What am I missing?
Install
django-quill-editor
to your Python environment <- OKAdd
django_quill
toINSTALLED_APPS
insettings.py
<- OKAdd
QuillField
to the Model class you want to use.django_quill.fields
import QuillField - reportMissingImports bydjango_quill.fields
Just register the Model in admin.py of the app.
Python 3.11 Dango 4.2