Skip to main content

A simple plaintext plugin for django CMS.

Project description

Latest Version Development Status Downloads

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.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.1.tar.gz (6.4 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for cmsplugin-plain-text-0.1.1.tar.gz
Algorithm Hash digest
SHA256 b69a1ce3f2a246ec391362308d7d9448ff9a3be65dd760640cedd17ee3c48a62
MD5 468b1315a4c83348f69cb141acd25492
BLAKE2b-256 25e9e51fd8ce4d7b5e49f214b03523306c9ee1d479db318f98daf1dd3799fb0f

See more details on using hashes here.

Supported by

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