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.11.0.tar.gz (23.9 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.11.0-py2-none-any.whl (125.5 kB view details)

Uploaded Python 2

File details

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

File metadata

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

File hashes

Hashes for djangocms-column-1.11.0.tar.gz
Algorithm Hash digest
SHA256 3a763159bc454311aa7e472aca32a2ab2e5070176a3204e17d844e3d548f6c7c
MD5 8694dc4c2e427846b7da4941e859a65d
BLAKE2b-256 297f5c5baf24738720ccc048f79900bf417312220fd1c04afc5b08a4a51215a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for djangocms_column-1.11.0-py2-none-any.whl
Algorithm Hash digest
SHA256 1112c787a93474a31dae1cc164b46d282431b8e671514b181d1f216b2d3c1b81
MD5 cb6ebbbc9f36aa5ef87cc1d01dfa3778
BLAKE2b-256 95d9350d354481a10d06775d1550d3d919b9ff586103b9411c49d0fc46258c88

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