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/filebrowser/', 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.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | de5b2b86c176989d5fcb781e3f6e4c1ef6e4f3ec56f0760caeb83ef4a5b699f2 |
|
MD5 | aea447fca2f3b3d037a2a957eb05406b |
|
BLAKE2b-256 | c2a2ba90a4c45fd8be71364520ba1f699ea7edf529ab7f2fcf34f9a2ac5c0ca4 |
Hashes for zinnia_wysiwyg_tinymce-1.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58385a3dcdcbbf2c6eb728068c8a7d2ca42f9368470a0c2c74b4bb050db04c2d |
|
MD5 | 916c6b9f1a605c870d422e6a00730486 |
|
BLAKE2b-256 | bc12849586d310bbaabdeff508ff91e602bbd0f07569acd5b4039491baa95f7f |