-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
makemigrations error #8
Comments
Thank you for bringing my notice to this issue. I will fix this error and notify you. |
Try "python manage.py makemigrations" before doing "python manage.py migrate" and let me know |
Today I tried both cases and got the same error log result as above. I make temp repository here my OS is ubuntu 20.04. |
Follow this guide to install the tinymce package and let me see. |
ohh.. I didn't patch before. sorry, I'll do it again. |
Okay |
Have the same error, Where is the guide |
This is the guide |
Did it work for you by installing it? |
after doing step 'f', I'm in a migrations error.
my error case is that
"/www/django-bona-blog/bona_env/lib/python3.9/site-packages/blog/migrations/0002_auto_20200618_2226.py", line 4, in
import tinymce.models"
I want to know that is a reason of python version or package issue.
And I think, this package is using 'CKEDITOR', and 'tinymce' is different web-editor solution.
I can't find any support informations about 'tinymce' in this readme.
I don't know whether it is. If not, let me know how I can.
The text was updated successfully, but these errors were encountered: