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.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2544b587c50512503d5000206b5ff71eb1ebdfecdda1870c803848f2c4e22881 |
|
MD5 | 5dc73635939bf59e7adf6cff38739c96 |
|
BLAKE2b-256 | adcf148a3474a85d4d74588900d23b53bec0f4adcfb119f34c1ae5de988cc557 |
Hashes for zinnia_wysiwyg_tinymce-1.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e1b88992c049842aa910a17cff3ad44d90667cf71cc1b66903754028b4e06d8 |
|
MD5 | 09b760334ba87588a827559992763e8b |
|
BLAKE2b-256 | e89c84eac4c98d103c3f76e8fe42f9cf2e0abc78cc25ce3255e2012eea1347ca |