Skip to main content

A simple plaintext plugin for django CMS.

Project description

Latest Version Development Status

A simple plaintext plugin for django CMS.

Requirements

  • Django >= 1.5

  • django-cms >= 3.0

Quickstart

Installation:

$ pip install cmsplugin-plain-text

Configure installed apps in your settings.py

INSTALLED_APPS = (
    ...,
    'cmsplugin_plain_text',
)

Migrate your database

$ ./manage.py migrate cmsplugin_plain_text

If you are using Django < 1.7 in conjunction with South, make sure your SOUTH_MIGRATION_MODULES setting contains this line.:

SOUTH_MIGRATION_MODULES = {
    ...,
    'cmsplugin_plain_text': 'cmsplugin_plain_text.south_migrations',
}

Running Tests

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install -r requirements-test.txt
(myenv) $ python runtests.py

Credits

Tools used in rendering this package:

History

0.1.2 (2016-07-14)

  • Optimize Python 3 support

0.1.1 (2016-02-11)

  • Updated docs

  • Added tests

  • Optimized plugin name

0.1.0 (2016-01-26)

  • First release on PyPI.

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

cmsplugin-plain-text-0.1.2.tar.gz (6.4 kB view hashes)

Uploaded Source

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