{"id":13774548,"url":"https://github.com/divio/djangocms-grid","last_synced_at":"2025-05-11T06:33:19.389Z","repository":{"id":8524466,"uuid":"10140203","full_name":"divio/djangocms-grid","owner":"divio","description":"A multi-column plugin, that uses a common grid system.","archived":true,"fork":false,"pushed_at":"2015-12-04T18:53:21.000Z","size":50,"stargazers_count":12,"open_issues_count":7,"forks_count":20,"subscribers_count":29,"default_branch":"master","last_synced_at":"2024-02-13T10:06:44.016Z","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":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/divio.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-18T11:07:02.000Z","updated_at":"2023-01-28T19:18:44.000Z","dependencies_parsed_at":"2022-09-07T07:41:42.241Z","dependency_job_id":null,"html_url":"https://github.com/divio/djangocms-grid","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divio%2Fdjangocms-grid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divio%2Fdjangocms-grid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divio%2Fdjangocms-grid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divio%2Fdjangocms-grid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/divio","download_url":"https://codeload.github.com/divio/djangocms-grid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253528414,"owners_count":21922623,"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:27.822Z","updated_at":"2025-05-11T06:33:18.508Z","avatar_url":"https://github.com/divio.png","language":"Python","funding_links":[],"categories":["Add-ons"],"sub_categories":[],"readme":"djangocms-grid\n==============\n\nA Multi Column Plugin for django CMS, that uses a common grid system.\n\n\nInstallation\n------------\n\nThis plugin requires `django CMS` 2.4 or higher to be properly installed.\n\n* In your projects `virtualenv`_, run ``pip install djangocms-grid``.\n* Add ``'djangocms_grid'`` to your ``INSTALLED_APPS`` setting.\n* Run ``manage.py migrate djangocms_grid``.\n  \nIf you are using Django 1.6 and South \u003c 1.0.2, you must also add:\n\n\t'djangocms_grid': 'djangocms_grid.migrations_django',\n\nto your ``settings.SOUTH_MIGRATION_MODULES``.\n\n\nConfigure your grid\n-------------------\n\nYou can configure your grid using three numbers: total width of grid, number of\ncolumns, and width of the gutter in between each column::\n\n    DJANGOCMS_GRID_CONFIG = {\n        'COLUMNS': 24,\n        'TOTAL_WIDTH': 960,\n        'GUTTER': 20,\n    }\n\nThe above example is the default, which, incidentally, matches the widely used 960 grid.\n\nUsage\n-----\n\n.. _virtualenv: http://www.virtualenv.org/en/latest/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivio%2Fdjangocms-grid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdivio%2Fdjangocms-grid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivio%2Fdjangocms-grid/lists"}