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 details)

Uploaded Source

File details

Details for the file cmsplugin-plain-text-0.1.2.tar.gz.

File metadata

File hashes

Hashes for cmsplugin-plain-text-0.1.2.tar.gz
Algorithm Hash digest
SHA256 8004316d2687d294a470bafe4999369c56c8fa66a9d0c8fc2e8e3f1d0d87752e
MD5 5b83162967577e508189149f0da03b23
BLAKE2b-256 189514cc6d802bab7043623c6af4e8f2f82b4c72e7c9f705004922fff089dd85

See more details on using hashes here.

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