Skip to main content

Column Plugin for django CMS

Project description

A Multi Column Plugin for django CMS.

Installation

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

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

  • Add 'djangocms_column' to your INSTALLED_APPS setting.

  • 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.10.0.tar.gz (23.8 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.10.0-py2-none-any.whl (125.4 kB view details)

Uploaded Python 2

File details

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

File metadata

  • Download URL: djangocms-column-1.10.0.tar.gz
  • Upload date:
  • Size: 23.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/2.7

File hashes

Hashes for djangocms-column-1.10.0.tar.gz
Algorithm Hash digest
SHA256 289d62f31983ba1255106fe0b5872e8cf8ee9f78073aa9513710549705d037d8
MD5 342e72e16d8c2655c446f8f5505490d8
BLAKE2b-256 6176583a181cd780e46b498d4f47083aa4fb891da71e31d884667ba409564f53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for djangocms_column-1.10.0-py2-none-any.whl
Algorithm Hash digest
SHA256 68698c21e1a6fb6b215a34d84742d339798f82cff3188fda4c9cf07b71a7d2bd
MD5 5d9c9f613e79133c0288240748757584
BLAKE2b-256 5a71cc0a4260e9ffbafd9e9ca39f0c3430ac2c70fb89ece3757448fed357323d

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