Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

cannot import name 'HTMLField' from 'tinymce'

Tags:

django

tinymce

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)]

like image 328
Rakesh Avatar asked Feb 17 '26 07:02

Rakesh


1 Answers

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...

like image 183
Piyush Kumar Avatar answered Feb 20 '26 00:02

Piyush Kumar



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!