{"id":18831349,"url":"https://github.com/django-cms/djangocms-modules","last_synced_at":"2025-07-11T00:33:43.126Z","repository":{"id":40361144,"uuid":"94652540","full_name":"django-cms/djangocms-modules","owner":"django-cms","description":"Create plugins right from your content.","archived":false,"fork":false,"pushed_at":"2025-06-02T21:23:36.000Z","size":2041,"stargazers_count":16,"open_issues_count":1,"forks_count":10,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-07-02T17:09:02.137Z","etag":null,"topics":["addon","cms","django","django-cms","python"],"latest_commit_sha":null,"homepage":"https://www.django-cms.org","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/django-cms.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2017-06-17T22:31:07.000Z","updated_at":"2025-06-02T21:23:33.000Z","dependencies_parsed_at":"2023-02-01T04:15:26.126Z","dependency_job_id":"cc67beb3-8b7a-4a96-aeab-1c182f6382f9","html_url":"https://github.com/django-cms/djangocms-modules","commit_stats":{"total_commits":59,"total_committers":16,"mean_commits":3.6875,"dds":0.6779661016949152,"last_synced_commit":"49852a13e781ec117d57c03bda3319f5d9530a1b"},"previous_names":["divio/djangocms-modules"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/django-cms/djangocms-modules","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-cms%2Fdjangocms-modules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-cms%2Fdjangocms-modules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-cms%2Fdjangocms-modules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-cms%2Fdjangocms-modules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/django-cms","download_url":"https://codeload.github.com/django-cms/djangocms-modules/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-cms%2Fdjangocms-modules/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264697558,"owners_count":23650955,"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":["addon","cms","django","django-cms","python"],"created_at":"2024-11-08T01:53:29.165Z","updated_at":"2025-07-11T00:33:42.743Z","avatar_url":"https://github.com/django-cms.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"==================\ndjango CMS Modules\n==================\n\n|pypi|  |coverage| |python| |django| |djangocms|\n\n**django CMS Modules** adds copy/paste capabilities to groups of plugins.\n\n.. note::\n\n        This project is endorsed by the `django CMS Association \u003chttps://www.django-cms.org/en/about-us/\u003e`_.\n        That means that it is officially accepted by the dCA as being in line with our roadmap vision and development/plugin policy.\n        Join us on `Slack \u003chttps://www.django-cms.org/slack/\u003e`_.\n\n.. image:: preview.gif\n\n*******************************************\nContribute to this project and win rewards\n*******************************************\n\nBecause this is a an open-source project, we welcome everyone to\n`get involved in the project \u003chttps://www.django-cms.org/en/contribute/\u003e`_ and\n`receive a reward \u003chttps://www.django-cms.org/en/bounty-program/\u003e`_ for their contribution.\nBecome part of a fantastic community and help us make django CMS the best CMS in the world.\n\nWe'll be delighted to receive your\nfeedback in the form of issues and pull requests. Before submitting your\npull request, please review our `contribution guidelines\n\u003chttp://docs.django-cms.org/en/latest/contributing/index.html\u003e`_.\n\nWe're grateful to all contributors who have helped create and maintain this package.\nContributors are listed at the `contributors \u003chttps://github.com/django-cms/djangocms-modules/graphs/contributors\u003e`_\nsection.\n\nInstallation\n============\n\nFor a manual install:\n\n* run ``pip install djangocms-modules``\n* add ``djangocms_modules`` to your ``INSTALLED_APPS`` **before** ``cms``\n* run ``python manage.py migrate djangocms_modules``\n\nIn addition, djangocms-modules requires your base template to render the\n*Modules* section. By default we assume it is ``base.html``. If you use\na different template structure please adapt `djangocms_modules/base.html \u003chttps://github.com/divio/djangocms-modules/blob/master/djangocms_modules/templates/djangocms_modules/base.html#L1\u003e`_\naccordingly.\n\n\nRunning Tests\n-------------\n\nYou can run tests by executing::\n\n    virtualenv env\n    source env/bin/activate\n    pip install -r tests/requirements.txt\n    python setup.py test\n\n\n.. |pypi| image:: https://badge.fury.io/py/djangocms-modules.svg\n    :target: http://badge.fury.io/py/djangocms-modules\n\n.. |coverage| image:: https://codecov.io/gh/django-cms/djangocms-modules/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/django-cms/djangocms-modules\n\n.. |python| image:: https://img.shields.io/badge/python-3.9+-blue.svg\n    :target: https://pypi.org/project/djangocms-modules/\n.. |django| image:: https://img.shields.io/badge/django-3.2--4.2-blue.svg\n    :target: https://www.djangoproject.com/\n.. |djangocms| image:: https://img.shields.io/badge/django%20CMS-3.9%2B-blue.svg\n    :target: https://www.django-cms.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjango-cms%2Fdjangocms-modules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjango-cms%2Fdjangocms-modules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjango-cms%2Fdjangocms-modules/lists"}