{ "info": { "author": "Your Name", "author_email": "yourname@example.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", "Programming Language :: Python :: 3.7", "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 question, 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\tINSTALLED_APPS = [\n\t\t...\n\t\t'polls',\n\t]\n\n2. Include the polls URLconf in your project urls.py like this::\n\n\tpath('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/ 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.example.com/", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "django-polls-latest", "package_url": "https://pypi.org/project/django-polls-latest/", "platform": "", "project_url": "https://pypi.org/project/django-polls-latest/", "project_urls": { "Homepage": "https://www.example.com/" }, "release_url": "https://pypi.org/project/django-polls-latest/0.1/", "requires_dist": null, "requires_python": "", "summary": "A simple Django app to conduct Web-based polls.", "version": "0.1" }, "last_serial": 5576498, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "d8de72a506929ff6d70587133ffe5bfe", "sha256": "f813a8892a5c96df80d4bcc249134c84048b4d3a01a92d805828e208d7cf70f2" }, "downloads": -1, "filename": "django_polls_latest-0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d8de72a506929ff6d70587133ffe5bfe", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 56453, "upload_time": "2019-07-24T08:13:29", "url": "https://files.pythonhosted.org/packages/d5/4c/efc7e3843ce8aca6c616dca29561c7693b1f8abcb1e27f6a606b92d91319/django_polls_latest-0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f0b2c163c7dae69a33eb53e8e57151f8", "sha256": "0e130ef48e646ddb49799753914e9429181feb7ba70492321fb38aeed6418d5e" }, "downloads": -1, "filename": "django-polls-latest-0.1.tar.gz", "has_sig": false, "md5_digest": "f0b2c163c7dae69a33eb53e8e57151f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56747, "upload_time": "2019-07-24T08:13:31", "url": "https://files.pythonhosted.org/packages/48/d1/ff32a9143f4612beb8660be9feca1b75360f5fba5f8249e58a540e66e2ec/django-polls-latest-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d8de72a506929ff6d70587133ffe5bfe", "sha256": "f813a8892a5c96df80d4bcc249134c84048b4d3a01a92d805828e208d7cf70f2" }, "downloads": -1, "filename": "django_polls_latest-0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d8de72a506929ff6d70587133ffe5bfe", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 56453, "upload_time": "2019-07-24T08:13:29", "url": "https://files.pythonhosted.org/packages/d5/4c/efc7e3843ce8aca6c616dca29561c7693b1f8abcb1e27f6a606b92d91319/django_polls_latest-0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f0b2c163c7dae69a33eb53e8e57151f8", "sha256": "0e130ef48e646ddb49799753914e9429181feb7ba70492321fb38aeed6418d5e" }, "downloads": -1, "filename": "django-polls-latest-0.1.tar.gz", "has_sig": false, "md5_digest": "f0b2c163c7dae69a33eb53e8e57151f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56747, "upload_time": "2019-07-24T08:13:31", "url": "https://files.pythonhosted.org/packages/48/d1/ff32a9143f4612beb8660be9feca1b75360f5fba5f8249e58a540e66e2ec/django-polls-latest-0.1.tar.gz" } ] }