hzn-django-polls


Namehzn-django-polls JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://www.example.com/
SummaryA Django app to conduct web-based polls.
upload_time2023-01-10 14:37:48
maintainer
docs_urlNone
authorYour Name
requires_python>=3.8
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": "hzn-django-polls",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "Your Name",
    "author_email": "yourname@example.com",
    "download_url": "https://files.pythonhosted.org/packages/ff/2d/e7db20a9ca55dc1ead8e4dc9de9c1b6ddac2e994d6c2e0202f3c50ad18e4/hzn-django-polls-0.1.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\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause  # Example license",
    "summary": "A Django app to conduct web-based polls.",
    "version": "0.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff2de7db20a9ca55dc1ead8e4dc9de9c1b6ddac2e994d6c2e0202f3c50ad18e4",
                "md5": "b965e2f20b2211a45950945639fa86d9",
                "sha256": "31449c61d740bd5f7697fd43f7ea83e0465bb06edb56d1415b20ee14bf8cc6f6"
            },
            "downloads": -1,
            "filename": "hzn-django-polls-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b965e2f20b2211a45950945639fa86d9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 399087,
            "upload_time": "2023-01-10T14:37:48",
            "upload_time_iso_8601": "2023-01-10T14:37:48.955796Z",
            "url": "https://files.pythonhosted.org/packages/ff/2d/e7db20a9ca55dc1ead8e4dc9de9c1b6ddac2e994d6c2e0202f3c50ad18e4/hzn-django-polls-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-10 14:37:48",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "hzn-django-polls"
}
        
Elapsed time: 0.03804s