1👍
The problem wasn’t my configuration, it was the actual library. I installed tiny mce (which I recommend) and it fixed the problem instantly.
I recommend these resources if you want to use tiny mce
- https://www.youtube.com/watch?v=l9VZlqCbiLk
- https://www.tiny.cloud/docs/integrations/django/
- https://django-tinymce.readthedocs.io/en/latest/installation.html
Some of the static files have different names than what is referenced in the docs, so please keep that in mind when it comes to configuration within your settings.py.
Source:stackexchange.com