{ "info": { "author": "tongyongquan", "author_email": "1070969926@qq.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.1", "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://www.noexample.com/", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "django-polls-tong", "package_url": "https://pypi.org/project/django-polls-tong/", "platform": "", "project_url": "https://pypi.org/project/django-polls-tong/", "project_urls": { "Homepage": "https://www.noexample.com/" }, "release_url": "https://pypi.org/project/django-polls-tong/0.1/", "requires_dist": null, "requires_python": "", "summary": "A simple Django app to conduct Web-based polls.", "version": "0.1" }, "last_serial": 4207910, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "d9416fd48f6271e30b9aecf9162de632", "sha256": "90193e31d505f4934ff7d90b3c73a6e5ca7a133bcc773379be71dce270ddb80c" }, "downloads": -1, "filename": "django-polls-tong-0.1.tar.gz", "has_sig": false, "md5_digest": "d9416fd48f6271e30b9aecf9162de632", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14626, "upload_time": "2018-08-26T08:41:45", "url": "https://files.pythonhosted.org/packages/65/1a/7c9ed6482c840c77aa7f3abbb09b7e855bb23bcf6fc6fae6542865a97849/django-polls-tong-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d9416fd48f6271e30b9aecf9162de632", "sha256": "90193e31d505f4934ff7d90b3c73a6e5ca7a133bcc773379be71dce270ddb80c" }, "downloads": -1, "filename": "django-polls-tong-0.1.tar.gz", "has_sig": false, "md5_digest": "d9416fd48f6271e30b9aecf9162de632", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14626, "upload_time": "2018-08-26T08:41:45", "url": "https://files.pythonhosted.org/packages/65/1a/7c9ed6482c840c77aa7f3abbb09b7e855bb23bcf6fc6fae6542865a97849/django-polls-tong-0.1.tar.gz" } ] }