{ "info": { "author": "zoupan", "author_email": "463471132@qq.com", "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", "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.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pypa/sampleproject", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "pandadjango-polls", "package_url": "https://pypi.org/project/pandadjango-polls/", "platform": "", "project_url": "https://pypi.org/project/pandadjango-polls/", "project_urls": { "Homepage": "https://github.com/pypa/sampleproject" }, "release_url": "https://pypi.org/project/pandadjango-polls/1.2.0/", "requires_dist": null, "requires_python": "", "summary": "A simple Django app to conduct Web-based polls.", "version": "1.2.0" }, "last_serial": 4679388, "releases": { "1.2.0": [ { "comment_text": "", "digests": { "md5": "a4ca2580dc26d6af93bf70d1d4baeaa4", "sha256": "3585d2dcb22f516f00772250264e9f0662cc81c2d39ca816a2453a250899ed21" }, "downloads": -1, "filename": "pandadjango_polls-1.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a4ca2580dc26d6af93bf70d1d4baeaa4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 48300, "upload_time": "2019-01-10T03:12:42", "url": "https://files.pythonhosted.org/packages/4a/9d/52efb116b8db8fbfe8c503859ceb5c1c008864cb9d1de1e0cf39f75098ac/pandadjango_polls-1.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "af4b35a007c6484e9de5f99acdf19a69", "sha256": "fd546ed331e6cedd2dce629ac52fca243d07c6b7489af1d3be039eabc18c225d" }, "downloads": -1, "filename": "pandadjango-polls-1.2.0.tar.gz", "has_sig": false, "md5_digest": "af4b35a007c6484e9de5f99acdf19a69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46053, "upload_time": "2019-01-10T02:44:21", "url": "https://files.pythonhosted.org/packages/6c/19/36da7e26ce59156f39aff15e9ff576d06de32844eb1d85445d7e8c29d279/pandadjango-polls-1.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a4ca2580dc26d6af93bf70d1d4baeaa4", "sha256": "3585d2dcb22f516f00772250264e9f0662cc81c2d39ca816a2453a250899ed21" }, "downloads": -1, "filename": "pandadjango_polls-1.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a4ca2580dc26d6af93bf70d1d4baeaa4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 48300, "upload_time": "2019-01-10T03:12:42", "url": "https://files.pythonhosted.org/packages/4a/9d/52efb116b8db8fbfe8c503859ceb5c1c008864cb9d1de1e0cf39f75098ac/pandadjango_polls-1.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "af4b35a007c6484e9de5f99acdf19a69", "sha256": "fd546ed331e6cedd2dce629ac52fca243d07c6b7489af1d3be039eabc18c225d" }, "downloads": -1, "filename": "pandadjango-polls-1.2.0.tar.gz", "has_sig": false, "md5_digest": "af4b35a007c6484e9de5f99acdf19a69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46053, "upload_time": "2019-01-10T02:44:21", "url": "https://files.pythonhosted.org/packages/6c/19/36da7e26ce59156f39aff15e9ff576d06de32844eb1d85445d7e8c29d279/pandadjango-polls-1.2.0.tar.gz" } ] }