{ "info": { "author": "Old-Su", "author_email": "yataosu@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.2", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "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\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.test.com/", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "django-polls-su", "package_url": "https://pypi.org/project/django-polls-su/", "platform": "", "project_url": "https://pypi.org/project/django-polls-su/", "project_urls": { "Homepage": "https://www.test.com/" }, "release_url": "https://pypi.org/project/django-polls-su/0.1/", "requires_dist": null, "requires_python": "", "summary": "A simple Django app to conduct Web-based polls.", "version": "0.1" }, "last_serial": 5868292, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "95e286b5aca040700d7f508d62541df3", "sha256": "328adfe5397d8a11b6cde5b2ec623321ad8709b69a769e25b4de79c1ff4b8a0d" }, "downloads": -1, "filename": "django_polls_su-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "95e286b5aca040700d7f508d62541df3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 25792, "upload_time": "2019-09-22T08:30:25", "url": "https://files.pythonhosted.org/packages/06/12/91ce0c319f72817639b38d1c00c59149b2a2ccd02bdd33a8e3ea6d46ea65/django_polls_su-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6bbae782612385785eb28940e561d56a", "sha256": "947436069ebcae82a22328c539298ff650bc2b6404a73c8ba427379533d9229f" }, "downloads": -1, "filename": "django-polls-su-0.1.tar.gz", "has_sig": false, "md5_digest": "6bbae782612385785eb28940e561d56a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25847, "upload_time": "2019-09-22T08:30:28", "url": "https://files.pythonhosted.org/packages/1c/95/ea1055465cafc0b896a0298ea7d87bd3ee065c16e4c9b78416d5907d1b97/django-polls-su-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "95e286b5aca040700d7f508d62541df3", "sha256": "328adfe5397d8a11b6cde5b2ec623321ad8709b69a769e25b4de79c1ff4b8a0d" }, "downloads": -1, "filename": "django_polls_su-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "95e286b5aca040700d7f508d62541df3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 25792, "upload_time": "2019-09-22T08:30:25", "url": "https://files.pythonhosted.org/packages/06/12/91ce0c319f72817639b38d1c00c59149b2a2ccd02bdd33a8e3ea6d46ea65/django_polls_su-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6bbae782612385785eb28940e561d56a", "sha256": "947436069ebcae82a22328c539298ff650bc2b6404a73c8ba427379533d9229f" }, "downloads": -1, "filename": "django-polls-su-0.1.tar.gz", "has_sig": false, "md5_digest": "6bbae782612385785eb28940e561d56a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25847, "upload_time": "2019-09-22T08:30:28", "url": "https://files.pythonhosted.org/packages/1c/95/ea1055465cafc0b896a0298ea7d87bd3ee065c16e4c9b78416d5907d1b97/django-polls-su-0.1.tar.gz" } ] }