Skip to content

Conversation

@paigewilliams
Copy link
Contributor

When running python /usr/local/apps/TEKDB/TEKDB/manage.py migrate, I recieved the error, ModuleNotFoundError: No module named 'ckeditor’ . These docs helped me understand what package to install.

@paigewilliams paigewilliams self-assigned this Oct 1, 2025
@rhodges
Copy link
Member

rhodges commented Oct 1, 2025

django-ckeditor is currently only referenced in older migration files. Installing this library therefore IS required when setting up a new installation, even though the package IS NOT required for running the live site.

Effort should be made in the future to clean up the migrations to remove this requirement, but at present that does not seem to be worth the effort.

@rhodges rhodges merged commit a1d1441 into main Oct 1, 2025
1 check passed
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

Successfully merging this pull request may close these issues.

3 participants