Skip to main content

Column Plugin for django CMS

Project description

A Multi Column Plugin for django CMS.

Installation

This plugin requires django CMS 2.4 or higher to be properly installed.

  • In your projects virtualenv, run pip install djangocms-column.

  • Add 'djangocms_column' to your INSTALLED_APPS setting.

  • If using Django 1.6 and South < 1.0.2, add 'djangocms_column': 'djangocms_column.south_migrations', to SOUTH_MIGRATION_MODULES (or define SOUTH_MIGRATION_MODULES if it does not exist);

  • Run manage.py migrate djangocms_column.

Usage

There are 2 plugins: MultiColumn and Column The first is MultiColumn that should be added to your placeholder conf. MultiColumn only allows one plugin as a child: the Column plugin. The Column plugin has a parameter width. With this parameter you can control the width of the column.

You can add a new setting to your settings.py called COLUMN_WIDTH_CHOICES

the default is:

COLUMN_WIDTH_CHOICES = (
    ('10%', _("10%")),
    ('25%', _("25%")),
    ('33.33%', _('33%')),
    ('50%', _("50%")),
    ('66.66%', _('66%')),
    ('75%', _("75%")),
    ('100%', _('100%')),
)

but you can change that to fit your CSS grid framework or other purposes.

Translations

If you want to help translate the plugin please do it on transifex:

https://www.transifex.com/projects/p/django-cms/resource/djangocms-column/

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-column-1.8.0.tar.gz (23.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

djangocms_column-1.8.0-py2-none-any.whl (125.5 kB view details)

Uploaded Python 2

File details

Details for the file djangocms-column-1.8.0.tar.gz.

File metadata

File hashes

Hashes for djangocms-column-1.8.0.tar.gz
Algorithm Hash digest
SHA256 2a30d37003f83e17ad7afd0698822c32e434cf7d06cbbac0fa86cdcc67bee7d6
MD5 1900f437d819f64eb4d1bf2e76e899f7
BLAKE2b-256 3ab847f597399c223dba13537b2b3af3bc926a9029e52c4ebbe5f94ac33639f5

See more details on using hashes here.

File details

Details for the file djangocms_column-1.8.0-py2-none-any.whl.

File metadata

File hashes

Hashes for djangocms_column-1.8.0-py2-none-any.whl
Algorithm Hash digest
SHA256 06f6d55c89069d250621d2b9908048c43d887098fc84dbc5af14155758512433
MD5 6de3dcdf1c656276d72e513c0b86875f
BLAKE2b-256 86fb1dda5b45e22bdbf8fd4ad5dea514e293b70af63c6b35d10d9719f1eb391a

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