Skip to content
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

Open
bluebamus opened this issue Apr 25, 2021 · 9 comments
Open

makemigrations error #8

bluebamus opened this issue Apr 25, 2021 · 9 comments

Comments

@bluebamus
Copy link

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 just make a django new project, and doing following your step.
    I don't know whether it is. If not, let me know how I can.
@Williano
Copy link
Owner

Thank you for bringing my notice to this issue.
TinyMCE was replaced with CKeditor.

I will fix this error and notify you.

@Williano
Copy link
Owner

Try "python manage.py makemigrations" before doing "python manage.py migrate" and let me know

@bluebamus
Copy link
Author

bluebamus commented May 8, 2021

Today I tried both cases and got the same error log result as above.
the last message is that "ModuleNotFoundError: No module named 'tinymce'"

I make temp repository here
https://github.com/bluebamus/django_bona_blog_temp.git

my OS is ubuntu 20.04.
and that repository has venv folder.

@Williano
Copy link
Owner

Williano commented May 9, 2021

Follow this guide to install the tinymce package and let me see.

@bluebamus
Copy link
Author

ohh.. I didn't patch before. sorry, I'll do it again.

@Williano
Copy link
Owner

Okay

@adetorodev
Copy link

Follow this guide to install the tinymce package and let me see.

Have the same error, Where is the guide

@adetorodev
Copy link

Follow this guide to install the tinymce package and let me see.

Have the same error, Where is the guide

This is the guide
pip install django-tinymce

@Williano
Copy link
Owner

Williano commented Aug 6, 2021

Did it work for you by installing it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants