djangocms-modules


Namedjangocms-modules JSON
Version 2.0.0 PyPI version JSON
download
home_pagehttps://github.com/django-cms/djangocms-modules
SummaryAdds copy/paste capabilities to groups of plugins
upload_time2023-07-25 13:50:29
maintainerDjango CMS Association and contributors
docs_urlNone
authorDivio AG
requires_python>=3.8
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            ==================
django CMS Modules
==================

|pypi|  |coverage| |python| |django| |djangocms|

**django CMS Modules** adds copy/paste capabilities to groups of plugins.

.. note::

        This project is endorsed by the `django CMS Association <https://www.django-cms.org/en/about-us/>`_.
        That means that it is officially accepted by the dCA as being in line with our roadmap vision and development/plugin policy.
        Join us on `Slack <https://www.django-cms.org/slack/>`_.

.. image:: preview.gif

*******************************************
Contribute to this project and win rewards
*******************************************

Because this is a an open-source project, we welcome everyone to
`get involved in the project <https://www.django-cms.org/en/contribute/>`_ and
`receive a reward <https://www.django-cms.org/en/bounty-program/>`_ for their contribution.
Become part of a fantastic community and help us make django CMS the best CMS in the world.

We'll be delighted to receive your
feedback in the form of issues and pull requests. Before submitting your
pull request, please review our `contribution guidelines
<http://docs.django-cms.org/en/latest/contributing/index.html>`_.

We're grateful to all contributors who have helped create and maintain this package.
Contributors are listed at the `contributors <https://github.com/django-cms/djangocms-modules/graphs/contributors>`_
section.

Installation
============

For a manual install:

* run ``pip install djangocms-modules``
* add ``djangocms_modules`` to your ``INSTALLED_APPS`` **before** ``cms``
* run ``python manage.py migrate djangocms_modules``

In addition, djangocms-modules requires your base template to render the
*Modules* section. By default we assume it is ``base.html``. If you use
a different template structure please adapt `djangocms_modules/base.html <https://github.com/divio/djangocms-modules/blob/master/djangocms_modules/templates/djangocms_modules/base.html#L1>`_
accordingly.


Running Tests
-------------

You can run tests by executing::

    virtualenv env
    source env/bin/activate
    pip install -r tests/requirements.txt
    python setup.py test


.. |pypi| image:: https://badge.fury.io/py/djangocms-modules.svg
    :target: http://badge.fury.io/py/djangocms-modules

.. |coverage| image:: https://codecov.io/gh/django-cms/djangocms-modules/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/django-cms/djangocms-modules

.. |python| image:: https://img.shields.io/badge/python-3.9+-blue.svg
    :target: https://pypi.org/project/djangocms-modules/
.. |django| image:: https://img.shields.io/badge/django-3.2,%204.0-blue.svg
    :target: https://www.djangoproject.com/
.. |djangocms| image:: https://img.shields.io/badge/django%20CMS-3.9%2B-blue.svg
    :target: https://www.django-cms.org/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/django-cms/djangocms-modules",
    "name": "djangocms-modules",
    "maintainer": "Django CMS Association and contributors",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "info@django-cms.org",
    "keywords": "",
    "author": "Divio AG",
    "author_email": "info@divio.ch",
    "download_url": "https://files.pythonhosted.org/packages/5d/b7/7ecdd8b3a1248a2bb7ebad22ed474e2d8bf189e92903dfe93ecf1ea0081a/djangocms-modules-2.0.0.tar.gz",
    "platform": null,
    "description": "==================\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 <https://www.django-cms.org/en/about-us/>`_.\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 <https://www.django-cms.org/slack/>`_.\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 <https://www.django-cms.org/en/contribute/>`_ and\n`receive a reward <https://www.django-cms.org/en/bounty-program/>`_ 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<http://docs.django-cms.org/en/latest/contributing/index.html>`_.\n\nWe're grateful to all contributors who have helped create and maintain this package.\nContributors are listed at the `contributors <https://github.com/django-cms/djangocms-modules/graphs/contributors>`_\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 <https://github.com/divio/djangocms-modules/blob/master/djangocms_modules/templates/djangocms_modules/base.html#L1>`_\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,%204.0-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",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Adds copy/paste capabilities to groups of plugins",
    "version": "2.0.0",
    "project_urls": {
        "Homepage": "https://github.com/django-cms/djangocms-modules"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56ac2e3926dc6e161658e40e1a4a6a60970f178f2feed9f76452545105a344a7",
                "md5": "c514d852070c8f26c1b8fa62145b2ecd",
                "sha256": "c8c7162f43aa7dfea5153cee2b453bc44a595e3c7785e33d683ff48f4d6e6625"
            },
            "downloads": -1,
            "filename": "djangocms_modules-2.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c514d852070c8f26c1b8fa62145b2ecd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 24822,
            "upload_time": "2023-07-25T13:50:28",
            "upload_time_iso_8601": "2023-07-25T13:50:28.360342Z",
            "url": "https://files.pythonhosted.org/packages/56/ac/2e3926dc6e161658e40e1a4a6a60970f178f2feed9f76452545105a344a7/djangocms_modules-2.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5db77ecdd8b3a1248a2bb7ebad22ed474e2d8bf189e92903dfe93ecf1ea0081a",
                "md5": "af17951b3d7bd3658e0202779f3cd90e",
                "sha256": "3ffad35fa133bd8f2f9d84c9523fcb1a284874608ee6e7cef3e952bb7694aa68"
            },
            "downloads": -1,
            "filename": "djangocms-modules-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "af17951b3d7bd3658e0202779f3cd90e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 19324,
            "upload_time": "2023-07-25T13:50:29",
            "upload_time_iso_8601": "2023-07-25T13:50:29.511816Z",
            "url": "https://files.pythonhosted.org/packages/5d/b7/7ecdd8b3a1248a2bb7ebad22ed474e2d8bf189e92903dfe93ecf1ea0081a/djangocms-modules-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-25 13:50:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "django-cms",
    "github_project": "djangocms-modules",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "djangocms-modules"
}
        
Elapsed time: 0.09675s