{ "info": { "author": "iesugrace", "author_email": "iesugrace@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.11", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nPolls\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.\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", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/iesugrace/iesugrace-django-polls/archive/0.2.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/iesugrace/iesugrace-django-polls", "keywords": "", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "iesugrace-django-polls", "package_url": "https://pypi.org/project/iesugrace-django-polls/", "platform": "", "project_url": "https://pypi.org/project/iesugrace-django-polls/", "project_urls": { "Download": "https://github.com/iesugrace/iesugrace-django-polls/archive/0.2.tar.gz", "Homepage": "https://github.com/iesugrace/iesugrace-django-polls" }, "release_url": "https://pypi.org/project/iesugrace-django-polls/0.2/", "requires_dist": null, "requires_python": "", "summary": "A simple Django app to conduct Web-based polls.", "version": "0.2" }, "last_serial": 3489268, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "0dd9efb3789bbd885c70f0f207ec1cb0", "sha256": "21acb9a136d2c1a7a8e16c46fd178789f0246d1c8fa2df2dd32b54fb9f02be70" }, "downloads": -1, "filename": "iesugrace-django-polls-0.1.tar.gz", "has_sig": false, "md5_digest": "0dd9efb3789bbd885c70f0f207ec1cb0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15718, "upload_time": "2018-01-14T19:00:46", "url": "https://files.pythonhosted.org/packages/27/87/196dd9e5408933d93eb6e3d61191e38869e14e2df5babe4f87578c2f5fc2/iesugrace-django-polls-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "0e929c7f86057ed6fa9e531805f0d129", "sha256": "b0d8c40a147f89520a2e2f0872f417bed2d319b3687d4d5b18a2b25c01a0b107" }, "downloads": -1, "filename": "iesugrace-django-polls-0.2.tar.gz", "has_sig": false, "md5_digest": "0e929c7f86057ed6fa9e531805f0d129", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22483, "upload_time": "2018-01-14T19:13:12", "url": "https://files.pythonhosted.org/packages/05/29/fcab9c52e9bc3aaa6ba7dff6bbb4a59df3674b9b6f013d5a3678ed7e29a0/iesugrace-django-polls-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0e929c7f86057ed6fa9e531805f0d129", "sha256": "b0d8c40a147f89520a2e2f0872f417bed2d319b3687d4d5b18a2b25c01a0b107" }, "downloads": -1, "filename": "iesugrace-django-polls-0.2.tar.gz", "has_sig": false, "md5_digest": "0e929c7f86057ed6fa9e531805f0d129", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22483, "upload_time": "2018-01-14T19:13:12", "url": "https://files.pythonhosted.org/packages/05/29/fcab9c52e9bc3aaa6ba7dff6bbb4a59df3674b9b6f013d5a3678ed7e29a0/iesugrace-django-polls-0.2.tar.gz" } ] }