djangocms-column


Namedjangocms-column JSON
Version 2.1.0 PyPI version JSON
download
home_pagehttps://github.com/django-cms/djangocms-column
SummaryColumn Plugin for django CMS
upload_time2024-05-10 15:27:23
maintainerNone
docs_urlNone
authorDjango CMS Association and contributors
requires_python>=3.7
licenseLICENSE.txt
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            djangocms-column
================

A Multi Column Plugin for django CMS.


Installation
------------

This plugin requires `django CMS` 3.8 or higher, or 4.0 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/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/django-cms/djangocms-column",
    "name": "djangocms-column",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Django CMS Association and contributors",
    "author_email": "info@django-cms.org",
    "download_url": "https://files.pythonhosted.org/packages/4a/3b/13b5343cf26b5102b00ffb53a4e19ab500bca6d3eff1a4c046c092c7155f/djangocms_column-2.1.0.tar.gz",
    "platform": "OS Independent",
    "description": "djangocms-column\n================\n\nA Multi Column Plugin for django CMS.\n\n\nInstallation\n------------\n\nThis plugin requires `django CMS` 3.8 or higher, or 4.0 or higher to be properly installed.\n\n* In your projects virtualenv, run ``pip install djangocms-column``.\n* Add ``'djangocms_column'`` to your ``INSTALLED_APPS`` setting.\n* Run ``manage.py migrate djangocms_column``.\n\n\nUsage\n-----\n\nThere are 2 plugins: `MultiColumn` and `Column`\nThe first is `MultiColumn` that should be added to your placeholder conf.\n`MultiColumn` only allows one plugin as a child: the `Column` plugin.\nThe `Column` plugin has a parameter width. With this parameter you can control the width\nof the column. \n\nYou can add a new setting to your settings.py called `COLUMN_WIDTH_CHOICES`\n\nthe default is::\n\n\tCOLUMN_WIDTH_CHOICES = (\n            ('10%', _(\"10%\")),\n            ('25%', _(\"25%\")),\n            ('33.33%', _('33%')),\n            ('50%', _(\"50%\")),\n            ('66.66%', _('66%')),\n            ('75%', _(\"75%\")),\n            ('100%', _('100%')),\n\t)\n\nbut you can change that to fit your CSS grid framework or other purposes.\n\nTranslations\n------------\n\nIf you want to help translate the plugin please do it on transifex:\n\nhttps://www.transifex.com/projects/p/django-cms/resource/djangocms-column/\n",
    "bugtrack_url": null,
    "license": "LICENSE.txt",
    "summary": "Column Plugin for django CMS",
    "version": "2.1.0",
    "project_urls": {
        "Homepage": "https://github.com/django-cms/djangocms-column"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73ad80b3293e0cdfad3de3ba4935b7c1bf271dda8a06dc91e16abc50e3ee692e",
                "md5": "acc6d8fd08f36922cfbc4c77e4288a34",
                "sha256": "ef3b7839f3f05d6858a61bd0972828c62de6e2536e67cab585741be015d96a0d"
            },
            "downloads": -1,
            "filename": "djangocms_column-2.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "acc6d8fd08f36922cfbc4c77e4288a34",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 125360,
            "upload_time": "2024-05-10T15:27:21",
            "upload_time_iso_8601": "2024-05-10T15:27:21.554621Z",
            "url": "https://files.pythonhosted.org/packages/73/ad/80b3293e0cdfad3de3ba4935b7c1bf271dda8a06dc91e16abc50e3ee692e/djangocms_column-2.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a3b13b5343cf26b5102b00ffb53a4e19ab500bca6d3eff1a4c046c092c7155f",
                "md5": "ae98a9ebe17d56485e139d0a2b3c185e",
                "sha256": "b73867f7ba487e759cc62da1b3d4dafc6fed5244ddf1b04485eda22bb50ac68a"
            },
            "downloads": -1,
            "filename": "djangocms_column-2.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ae98a9ebe17d56485e139d0a2b3c185e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 30403,
            "upload_time": "2024-05-10T15:27:23",
            "upload_time_iso_8601": "2024-05-10T15:27:23.467145Z",
            "url": "https://files.pythonhosted.org/packages/4a/3b/13b5343cf26b5102b00ffb53a4e19ab500bca6d3eff1a4c046c092c7155f/djangocms_column-2.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-10 15:27:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "django-cms",
    "github_project": "djangocms-column",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "djangocms-column"
}
        
Elapsed time: 0.29448s