django-cookie-cutter-polls


Namedjango-cookie-cutter-polls JSON
Version 0.2 PyPI version JSON
download
home_pagehttps://www.example.com/
SummaryA Django app to conduct web-based polls.
upload_time2023-08-09 05:02:37
maintainer
docs_urlNone
authorYour Name
requires_python>=3.11
licenseBSD-3-Clause # Example license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =====
Polls
=====

Polls is a Django app to conduct web-based polls. For each question,
visitors can choose between a fixed number of answers.

Detailed documentation is in the "docs" directory.

Quick start
-----------

1. Add "polls" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [
        ...,
        "polls",
    ]

2. Include the polls URLconf in your project urls.py like this::

    path("polls/", include("polls.urls")),

3. Run ``python manage.py migrate`` to create the polls models.

4. Start the development server and visit http://127.0.0.1:8000/admin/
   to create a poll (you'll need the Admin app enabled).

5. Visit http://127.0.0.1:8000/polls/ to participate in the poll.

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.example.com/",
    "name": "django-cookie-cutter-polls",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "",
    "author": "Your Name",
    "author_email": "yourname@example.com",
    "download_url": "https://files.pythonhosted.org/packages/ff/72/1486449ca466bb36c5e1539627e382a6adac7380e2fb9e362d5b0c0b4597/django-cookie-cutter-polls-0.2.tar.gz",
    "platform": null,
    "description": "=====\nPolls\n=====\n\nPolls is a Django app to conduct web-based polls. For each question,\nvisitors can choose between a fixed number of answers.\n\nDetailed documentation is in the \"docs\" directory.\n\nQuick start\n-----------\n\n1. Add \"polls\" to your INSTALLED_APPS setting like this::\n\n    INSTALLED_APPS = [\n        ...,\n        \"polls\",\n    ]\n\n2. Include the polls URLconf in your project urls.py like this::\n\n    path(\"polls/\", include(\"polls.urls\")),\n\n3. Run ``python manage.py migrate`` to create the polls models.\n\n4. Start the development server and visit http://127.0.0.1:8000/admin/\n   to create a poll (you'll need the Admin app enabled).\n\n5. Visit http://127.0.0.1:8000/polls/ to participate in the poll.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause  # Example license",
    "summary": "A Django app to conduct web-based polls.",
    "version": "0.2",
    "project_urls": {
        "Homepage": "https://www.example.com/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3a001481074f1a59874d803d2bfd00d617ad7afbb8fa2cade8c4fdeda24ffcf8",
                "md5": "893a4ccde4b1af19bd01dcc14bc4ef88",
                "sha256": "c76811eda3cc27aa1a6f7cf6bbf3a556fa75da2747e52a763b5173c270685964"
            },
            "downloads": -1,
            "filename": "django_cookie_cutter_polls-0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "893a4ccde4b1af19bd01dcc14bc4ef88",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 169870,
            "upload_time": "2023-08-09T05:02:35",
            "upload_time_iso_8601": "2023-08-09T05:02:35.464650Z",
            "url": "https://files.pythonhosted.org/packages/3a/00/1481074f1a59874d803d2bfd00d617ad7afbb8fa2cade8c4fdeda24ffcf8/django_cookie_cutter_polls-0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff721486449ca466bb36c5e1539627e382a6adac7380e2fb9e362d5b0c0b4597",
                "md5": "ae63af1517281e4220f3ebbc2ee6597e",
                "sha256": "563b29b4a9ac6aceceef429a3a7e3c9d4e7a429921f4f4f17b6adae019979700"
            },
            "downloads": -1,
            "filename": "django-cookie-cutter-polls-0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "ae63af1517281e4220f3ebbc2ee6597e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 158238,
            "upload_time": "2023-08-09T05:02:37",
            "upload_time_iso_8601": "2023-08-09T05:02:37.923167Z",
            "url": "https://files.pythonhosted.org/packages/ff/72/1486449ca466bb36c5e1539627e382a6adac7380e2fb9e362d5b0c0b4597/django-cookie-cutter-polls-0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-09 05:02:37",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "django-cookie-cutter-polls"
}
        
Elapsed time: 0.10669s