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

django-tinymce missing from requirements #12

Open
adammcmaster opened this issue Sep 7, 2021 · 2 comments
Open

django-tinymce missing from requirements #12

adammcmaster opened this issue Sep 7, 2021 · 2 comments

Comments

@adammcmaster
Copy link

tinymce is required by one of the migrations but is not installed by default:

app_1       |   File "/usr/local/lib/python3.8/site-packages/blog/migrations/0003_auto_20200618_2322.py", line 4, in <module>
app_1       |     import tinymce.models
app_1       | ModuleNotFoundError: No module named 'tinymce'
@Williano
Copy link
Owner

Williano commented Oct 5, 2021

Sorry about that, I will fix it ASAP and let you know. Thank you.

@AMfalme
Copy link

AMfalme commented May 11, 2023

Fixed this with pip install django-tinymce

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