{"id":13774463,"url":"https://github.com/django-cms/djangocms-column","last_synced_at":"2025-12-18T00:03:29.551Z","repository":{"id":5195913,"uuid":"6371017","full_name":"django-cms/djangocms-column","owner":"django-cms","description":"Column Plugin for django-cms","archived":false,"fork":false,"pushed_at":"2024-05-10T15:26:49.000Z","size":123,"stargazers_count":16,"open_issues_count":5,"forks_count":44,"subscribers_count":27,"default_branch":"master","last_synced_at":"2025-05-01T11:05:30.993Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"vidalvanbergen/ViMediaManager","license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/django-cms.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-10-24T14:15:58.000Z","updated_at":"2025-04-12T13:29:57.000Z","dependencies_parsed_at":"2024-05-10T11:42:37.071Z","dependency_job_id":"517a5a42-a8fe-4878-aa2d-8e437702c002","html_url":"https://github.com/django-cms/djangocms-column","commit_stats":{"total_commits":64,"total_committers":22,"mean_commits":2.909090909090909,"dds":0.65625,"last_synced_commit":"839c81fb3f3ae1ba1b8d41e03071a27bbdd1a96c"},"previous_names":["divio/djangocms-column"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-cms%2Fdjangocms-column","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-cms%2Fdjangocms-column/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-cms%2Fdjangocms-column/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-cms%2Fdjangocms-column/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/django-cms","download_url":"https://codeload.github.com/django-cms/djangocms-column/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252949272,"owners_count":21830151,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T17:01:26.988Z","updated_at":"2025-12-18T00:03:29.521Z","avatar_url":"https://github.com/django-cms.png","language":"Python","funding_links":[],"categories":["Add-ons"],"sub_categories":[],"readme":"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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjango-cms%2Fdjangocms-column","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjango-cms%2Fdjangocms-column","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjango-cms%2Fdjangocms-column/lists"}