Skip to main content

Raw HTML Plugin for DjangoCMS with HTML code editor.

Project description

djangcms-rawhtml

DjangoCMS Plugin that lets you insert raw HTML code into a page.

A raw HTML plugin may be a bit of a CMS anti-pattern, but every now and then there are times when inserting a little block of HTML code is needed to get a job done quickly.

This Plugin combines the ideas of cmsplugin-raw-html <https://github.com/makukha/cmsplugin-raw-html>_ with code-editor-django-admin <https://mr-coffee.net/blog/code-editor-django-admin>_ by giving you a nice HTML editor CodeMirror <http://codemirror.net/>_ to edit the code in rather than a default TextField.

Installation

  1. Install via pip::

    pip install djangocms-rawhtml

  2. Add to your INSTALLED_APPS (in settings.py)::

    INSTALLED_APPS = ( ... 'djangocms_rawhtml', ... )

  3. Run migrations::

    python manage.py migrate djangocms_rawhtml

  4. "Raw HTML" should now be available as a plugin in the CMS!

Configuration

In your settings.py you can set:

CODEMIRROR_THEME : (Optional) The name of the codemirror theme you would like to use (just the name, don't include the .css part). Will use default if not set. See: https://codemirror.net/theme/ for a list of themes.

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

djangocms-rawhtml-1.3.0.tar.gz (6.6 kB view hashes)

Uploaded Source

Built Distribution

djangocms_rawhtml-1.3.0-py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page