TinyMCE for editing entries in django-blog-zinnia
Project description
Zinnia-wysiwyg-tinymce is a package allowing you to edit your entries with TinyMCE, including a dedicated filebrowser plugin.
Installation
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 your INSTALLED_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 or migrate command.
You are done !
TinyMCE can be customized by overriding the admin/zinnia/entry/tinymce_textareas.js template.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for zinnia-wysiwyg-tinymce-1.2.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | bdeb627ff3fc8666ee0959ac851b9ad85e8b51a86cc19f1912649bbbeebd39c3 |
|
MD5 | ec10674edfd73a4bf870a8abee464f17 |
|
BLAKE2b-256 | cbd4f12a64b85b823939aa3bbdc5fb1b82b7d84df327562679b19ff5b1f69891 |
Hashes for zinnia_wysiwyg_tinymce-1.2.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b905f5e33b77274523e2d4e01b516e0623de6f38677a48904dcbe92ed09bf130 |
|
MD5 | 7cdbe54c3ea094bce1aef4fe2b69425d |
|
BLAKE2b-256 | d650c7729a06afabe5ec577f900bc6c12fc191668875d4e35a917bba4e6b8c64 |