[Answered ]-TinyMCE for django

2👍

There is project for that:
https://github.com/aljosa/django-tinymce

Basically you download the projcect, download tinymce. Add tinymce files to your template and then follow the config tutorial in django-tinymce project.

Leave a comment