django-tinymcewrapper v0.1 documentation
Enter search terms or a module, class or function name.
Install using pip.
pip install django-tinymcewrapper
Add tinymcewrapper to your project’s INSTALLED_APPS.
INSTALLED_APPS = ( # ... other apps 'tinymce', 'tinymcewrapper', )
Django TinyMCE