{ "info": { "author": "Stevemats", "author_email": "contact@stevemats.net", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "==============\n @@@ Polls @@@\n ==============\n\nPolls is a simple Django app to conduct Web-based polls. For each\nquestion, visitors can choose between a fixed number of answers to\nvote on.\n\nDetailed documentation is in the \"docs\" directory.\n\nQuick start\n\n-----------\n\n1. Add \"polls\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'polls',\n\n ]\n\n2. Include the polls URLconf in your project's urls.py like this::\n\n path('polls/', include('polls.urls')),\n\n remember to put the comma(,) at the end\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", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/stevemats/django-bay-polls", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "django-bay-polls", "package_url": "https://pypi.org/project/django-bay-polls/", "platform": "", "project_url": "https://pypi.org/project/django-bay-polls/", "project_urls": { "Homepage": "https://github.com/stevemats/django-bay-polls" }, "release_url": "https://pypi.org/project/django-bay-polls/0.1/", "requires_dist": null, "requires_python": "", "summary": "Django app to be used in conducting Web-based polls.", "version": "0.1" }, "last_serial": 4440872, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "9deb37c9d79a3c7cda5eaf04d69c1a8c", "sha256": "3c977ef7b39d1f6a176fc5e6c9dd70e91db48c62a461e43d099afd94544f2c5f" }, "downloads": -1, "filename": "django_bay_polls-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "9deb37c9d79a3c7cda5eaf04d69c1a8c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 278295, "upload_time": "2018-11-01T14:54:56", "url": "https://files.pythonhosted.org/packages/a4/6b/5ce52cd3020f7ab3a81a812b8d6a23f4d34e5db1a78d314b2218108057c1/django_bay_polls-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "269dc3afa983f3da408c6beae7edb9af", "sha256": "3596259ac9aeb76f690c6b30b97f875963ef6ad69a9a794470c3bf437db9bcb0" }, "downloads": -1, "filename": "django-bay-polls-0.1.tar.gz", "has_sig": false, "md5_digest": "269dc3afa983f3da408c6beae7edb9af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 275366, "upload_time": "2018-11-01T14:55:15", "url": "https://files.pythonhosted.org/packages/b5/ab/cfd7c7b4baead1527fa7a18c6353fd9ef5b424f222594c0dd36187baf790/django-bay-polls-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9deb37c9d79a3c7cda5eaf04d69c1a8c", "sha256": "3c977ef7b39d1f6a176fc5e6c9dd70e91db48c62a461e43d099afd94544f2c5f" }, "downloads": -1, "filename": "django_bay_polls-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "9deb37c9d79a3c7cda5eaf04d69c1a8c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 278295, "upload_time": "2018-11-01T14:54:56", "url": "https://files.pythonhosted.org/packages/a4/6b/5ce52cd3020f7ab3a81a812b8d6a23f4d34e5db1a78d314b2218108057c1/django_bay_polls-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "269dc3afa983f3da408c6beae7edb9af", "sha256": "3596259ac9aeb76f690c6b30b97f875963ef6ad69a9a794470c3bf437db9bcb0" }, "downloads": -1, "filename": "django-bay-polls-0.1.tar.gz", "has_sig": false, "md5_digest": "269dc3afa983f3da408c6beae7edb9af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 275366, "upload_time": "2018-11-01T14:55:15", "url": "https://files.pythonhosted.org/packages/b5/ab/cfd7c7b4baead1527fa7a18c6353fd9ef5b424f222594c0dd36187baf790/django-bay-polls-0.1.tar.gz" } ] }