{ "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.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.example.com/", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "django-lc-polls", "package_url": "https://pypi.org/project/django-lc-polls/", "platform": "", "project_url": "https://pypi.org/project/django-lc-polls/", "project_urls": { "Homepage": "https://www.example.com/" }, "release_url": "https://pypi.org/project/django-lc-polls/0.1/", "requires_dist": null, "requires_python": "", "summary": "A simple Django app to conduct Web-based polls.", "version": "0.1" }, "last_serial": 5801588, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "ca4f8cf6bd125d4bd6b929db38fc8d80", "sha256": "fdd19b07ae5b0d3aaadc3eea4e08062c4cba2958a74e0c532a567558426e627e" }, "downloads": -1, "filename": "django_lc_polls-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "ca4f8cf6bd125d4bd6b929db38fc8d80", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6004, "upload_time": "2019-09-09T04:05:44", "url": "https://files.pythonhosted.org/packages/13/28/03ee58fb519a3d852236b9ef398f3ea664d38a36b7ac25a2f414c378d0d7/django_lc_polls-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3788b6b1b859dfc39e993c224497a9a0", "sha256": "acd5efb80990953be2c94eee6890375a2677aa644b7e0490478e1e1acf841ff1" }, "downloads": -1, "filename": "django-lc-polls-0.1.tar.gz", "has_sig": false, "md5_digest": "3788b6b1b859dfc39e993c224497a9a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3806, "upload_time": "2019-09-09T04:04:26", "url": "https://files.pythonhosted.org/packages/6c/a2/60fce8f38a9d5608c4f6ca86430bf2815beb4128a577ca4d74017f898e6b/django-lc-polls-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ca4f8cf6bd125d4bd6b929db38fc8d80", "sha256": "fdd19b07ae5b0d3aaadc3eea4e08062c4cba2958a74e0c532a567558426e627e" }, "downloads": -1, "filename": "django_lc_polls-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "ca4f8cf6bd125d4bd6b929db38fc8d80", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6004, "upload_time": "2019-09-09T04:05:44", "url": "https://files.pythonhosted.org/packages/13/28/03ee58fb519a3d852236b9ef398f3ea664d38a36b7ac25a2f414c378d0d7/django_lc_polls-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3788b6b1b859dfc39e993c224497a9a0", "sha256": "acd5efb80990953be2c94eee6890375a2677aa644b7e0490478e1e1acf841ff1" }, "downloads": -1, "filename": "django-lc-polls-0.1.tar.gz", "has_sig": false, "md5_digest": "3788b6b1b859dfc39e993c224497a9a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3806, "upload_time": "2019-09-09T04:04:26", "url": "https://files.pythonhosted.org/packages/6c/a2/60fce8f38a9d5608c4f6ca86430bf2815beb4128a577ca4d74017f898e6b/django-lc-polls-0.1.tar.gz" } ] }