Socket
Socket
Sign inDemoInstall

zinnia-wysiwyg-tinymce

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    zinnia-wysiwyg-tinymce

TinyMCE for editing entries in django-blog-zinnia


Maintainers
1

Readme

====================== zinnia-wysiwyg-tinymce

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:

    • http://django-tinymce.readthedocs.org/en/latest/installation.html
    • http://sorl-thumbnail.readthedocs.org/en/latest/installation.html
  • 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.

.. _TinyMCE: http://www.tinymce.com/ .. _django-tinymce: https://github.com/aljosa/django-tinymce .. _sorl-thumbnail: https://github.com/mariocesar/sorl-thumbnail

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc