Zinnia-wysiwyg-tinymce is a package allowing you to edit your entries with TinyMCE, including a dedicated filebrowser plugin.
Install the package on your system:
$ pip install zinnia-wysiwyg-tinymce
django-tinymce and sorl-thumbnail will also be installed as dependencies if they are not already present on the system.
Install and configure in your project django-tinymce and sorl-thumbnail accordingly to their documentation:
Register the
'zinnia_tinymce'
in yourINSTALLED_APPS
after the'zinnia'
application.Include this URLset into your project's urls.py:
url(r'^tinymce/zinnia/', include('zinnia_tinymce.urls')),
Run the
syncdb
ormigrate
command.You are done !
TinyMCE can be customized by overriding the
admin/zinnia/entry/tinymce_textareas.js
template.