helen-django-polls


Namehelen-django-polls JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://www.example.com/
SummaryA Django app to conduct Web-based polls.
upload_time2024-07-05 11:03:54
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.6
licenseBSD-3-Clause
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": "helen-django-polls",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "yourname@example.com",
    "download_url": "https://files.pythonhosted.org/packages/ad/e3/752093cbcf05bcdc773c5e35fcc74f761faeb565b56e682171f3cadeca8e/helen-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",
    "summary": "A Django app to conduct Web-based polls.",
    "version": "0.1",
    "project_urls": {
        "Homepage": "https://www.example.com/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1cbb54b374c7d815416e51a8cb91a1d4e58a7968c9bd0cf0620603d0cfbed239",
                "md5": "4973d95c046f718a11aae68384825e3f",
                "sha256": "4027b02fbfbeba564530bd521d6bd1f6e44a841eab04b44a3d447e49a37f5c5c"
            },
            "downloads": -1,
            "filename": "helen_django_polls-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4973d95c046f718a11aae68384825e3f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 673136,
            "upload_time": "2024-07-05T11:03:50",
            "upload_time_iso_8601": "2024-07-05T11:03:50.807992Z",
            "url": "https://files.pythonhosted.org/packages/1c/bb/54b374c7d815416e51a8cb91a1d4e58a7968c9bd0cf0620603d0cfbed239/helen_django_polls-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ade3752093cbcf05bcdc773c5e35fcc74f761faeb565b56e682171f3cadeca8e",
                "md5": "bc837429612d5074abacb598abda14f5",
                "sha256": "cdfed12007893b0aced1fa75f3f8b21a59eb9468d4e85ff67c0badb6cc6f0cf4"
            },
            "downloads": -1,
            "filename": "helen-django-polls-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "bc837429612d5074abacb598abda14f5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 672347,
            "upload_time": "2024-07-05T11:03:54",
            "upload_time_iso_8601": "2024-07-05T11:03:54.836514Z",
            "url": "https://files.pythonhosted.org/packages/ad/e3/752093cbcf05bcdc773c5e35fcc74f761faeb565b56e682171f3cadeca8e/helen-django-polls-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-05 11:03:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "helen-django-polls"
}
        
Elapsed time: 0.35261s