django-cms-qe


Namedjango-cms-qe JSON
Version 3.2.0 PyPI version JSON
download
home_pagehttps://websites.pages.nic.cz/django-cms-qe
SummaryDjango CMS Quick & Easy provides all important modules to run new page withouta lot of coding. Aims to do it very easily and securely.
upload_time2024-04-19 08:10:07
maintainerNone
docs_urlNone
authorCZ.NIC, z.s.p.o.
requires_python>=3.9
licenseBSD License
keywords django cms
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Django CMS QE

Django CMS Quick & Easy provides all important modules to run new page
without a lot of coding. Aims to do it very easily and securely.

For more information please read [documentation](<https://websites.pages.nic.cz/django-cms-qe>) or [GitLab](https://gitlab.nic.cz/websites/django-cms-qe).

## Development

To prepare your dev environment run this command:

    make prepare-dev  (run with apt get update)
    make prepare-env

Caution! It is allowed only Python >= 3.9 due to typing:

    VENV_PYTHON=/usr/bin/python3.9 make prepare-venv

To prepare the explicit python version into the explicit folder:

    VENV_PATH=/home/username/venv VENV_PYTHON=/usr/bin/python3.9 make prepare-venv
    export VENV_PATH=/home/username/venv

To run tests or lint use this commands:

    make test
    make lint

To run only particular test:

    make test=cms_qe_table/tests/test_utils.py::test_get_model_by_table test

To run example use this command:

    make run-example


To call other Django commands:

    make cmd  (List django commands, same like --help)
    make cmd=dbshell cmd
    make cmd='createsuperuser --username=dave --email=dave@rd.foo' cmd

To find more useful commands, run just `make`.

## Upgrade

To upgrade from version `2.2` to version >= `3.0.0`, you can use the [DjangoCMS upgrade plugins](https://gitlab.nic.cz/utils/djangocms-upgrade-plugins) tool.

            

Raw data

            {
    "_id": null,
    "home_page": "https://websites.pages.nic.cz/django-cms-qe",
    "name": "django-cms-qe",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "django, cms",
    "author": "CZ.NIC, z.s.p.o.",
    "author_email": "kontakt@nic.cz",
    "download_url": "https://files.pythonhosted.org/packages/7a/2c/1af01b3cd5ce59e57673473b720d3dfafa9a2688da7c1eb7abca427f0e62/django_cms_qe-3.2.0.tar.gz",
    "platform": null,
    "description": "# Django CMS QE\n\nDjango CMS Quick & Easy provides all important modules to run new page\nwithout a lot of coding. Aims to do it very easily and securely.\n\nFor more information please read [documentation](<https://websites.pages.nic.cz/django-cms-qe>) or [GitLab](https://gitlab.nic.cz/websites/django-cms-qe).\n\n## Development\n\nTo prepare your dev environment run this command:\n\n    make prepare-dev  (run with apt get update)\n    make prepare-env\n\nCaution! It is allowed only Python >= 3.9 due to typing:\n\n    VENV_PYTHON=/usr/bin/python3.9 make prepare-venv\n\nTo prepare the explicit python version into the explicit folder:\n\n    VENV_PATH=/home/username/venv VENV_PYTHON=/usr/bin/python3.9 make prepare-venv\n    export VENV_PATH=/home/username/venv\n\nTo run tests or lint use this commands:\n\n    make test\n    make lint\n\nTo run only particular test:\n\n    make test=cms_qe_table/tests/test_utils.py::test_get_model_by_table test\n\nTo run example use this command:\n\n    make run-example\n\n\nTo call other Django commands:\n\n    make cmd  (List django commands, same like --help)\n    make cmd=dbshell cmd\n    make cmd='createsuperuser --username=dave --email=dave@rd.foo' cmd\n\nTo find more useful commands, run just `make`.\n\n## Upgrade\n\nTo upgrade from version `2.2` to version >= `3.0.0`, you can use the [DjangoCMS upgrade plugins](https://gitlab.nic.cz/utils/djangocms-upgrade-plugins) tool.\n",
    "bugtrack_url": null,
    "license": "BSD License",
    "summary": "Django CMS Quick & Easy provides all important modules to run new page withouta lot of coding. Aims to do it very easily and securely.",
    "version": "3.2.0",
    "project_urls": {
        "Homepage": "https://websites.pages.nic.cz/django-cms-qe"
    },
    "split_keywords": [
        "django",
        " cms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c337d2b50f29b277348d72ce4a497acc6a9541bcb658d0078305774436dbf56",
                "md5": "ee15e261acf7948e22a075c77e09c3a0",
                "sha256": "b17f1463f644eaa6798bf26311ded5c10ee82843ecf8009bef5f6736c1197939"
            },
            "downloads": -1,
            "filename": "django_cms_qe-3.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ee15e261acf7948e22a075c77e09c3a0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 8125339,
            "upload_time": "2024-04-19T08:10:02",
            "upload_time_iso_8601": "2024-04-19T08:10:02.805478Z",
            "url": "https://files.pythonhosted.org/packages/7c/33/7d2b50f29b277348d72ce4a497acc6a9541bcb658d0078305774436dbf56/django_cms_qe-3.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a2c1af01b3cd5ce59e57673473b720d3dfafa9a2688da7c1eb7abca427f0e62",
                "md5": "6a291a26c4e389a0db18f60712f6d117",
                "sha256": "bb7d979008a76dcf3d78adf24ef782ac4af0ac4e7fab8c225cb1c8b8c1560552"
            },
            "downloads": -1,
            "filename": "django_cms_qe-3.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6a291a26c4e389a0db18f60712f6d117",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 7003823,
            "upload_time": "2024-04-19T08:10:07",
            "upload_time_iso_8601": "2024-04-19T08:10:07.209188Z",
            "url": "https://files.pythonhosted.org/packages/7a/2c/1af01b3cd5ce59e57673473b720d3dfafa9a2688da7c1eb7abca427f0e62/django_cms_qe-3.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-19 08:10:07",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "django-cms-qe"
}
        
Elapsed time: 0.24400s