I am getting below error message at the time of makemigrations. Can anybody please suggest.
from tinymce import HTMLField
ImportError: cannot import name 'HTMLField' from 'tinymce' (F:\Blog\bootstrap-blog-1-2-1\distribution\env\lib\site-packages\tinymce__init__.py)]
if this is not working then just replace this line
Try changing
from tinymce import HTMLField
into
from tinymce.models import HTMLField
and it will be work fine...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With