{ "info": { "author": "Yuri Garmash", "author_email": "garmoncheg@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.10", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "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 url(r'^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": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/garmoncheg/django-polls_1.10", "keywords": "sample setuptools development django polls app tutorial example", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-polls_1_10", "package_url": "https://pypi.org/project/django-polls_1_10/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-polls_1_10/", "project_urls": { "Homepage": "https://github.com/garmoncheg/django-polls_1.10" }, "release_url": "https://pypi.org/project/django-polls_1_10/0.1/", "requires_dist": null, "requires_python": null, "summary": "A simple Django app to conduct Web-based polls. (For django 1.10)", "version": "0.1" }, "last_serial": 2290431, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "8e35a1b4752038a5e00dcd9c044c230b", "sha256": "2f5499181d7fa6224f28632e39df4921dbdb8b15c0be306148f258e81c823a6b" }, "downloads": -1, "filename": "django-polls-1-10-0.1.tar.gz", "has_sig": false, "md5_digest": "8e35a1b4752038a5e00dcd9c044c230b", "packagetype": "bdist_wheel", "python_version": "any", "requires_python": null, "size": 285945, "upload_time": "2016-08-19T08:46:31", "url": "https://files.pythonhosted.org/packages/4f/39/b77514e9bccd7fed47635aaca027579af534eae076d203b51ce5384f8d0d/django-polls-1-10-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8e35a1b4752038a5e00dcd9c044c230b", "sha256": "2f5499181d7fa6224f28632e39df4921dbdb8b15c0be306148f258e81c823a6b" }, "downloads": -1, "filename": "django-polls-1-10-0.1.tar.gz", "has_sig": false, "md5_digest": "8e35a1b4752038a5e00dcd9c044c230b", "packagetype": "bdist_wheel", "python_version": "any", "requires_python": null, "size": 285945, "upload_time": "2016-08-19T08:46:31", "url": "https://files.pythonhosted.org/packages/4f/39/b77514e9bccd7fed47635aaca027579af534eae076d203b51ce5384f8d0d/django-polls-1-10-0.1.tar.gz" } ] }