{ "info": { "author": "Mayil Vahanan", "author_email": "mayilitian@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.3", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\r\n Polls\r\n =====\r\n \r\n Polls is a simple Django app to conduct Web-based polls. For each\r\n question, visitors can choose between a fixed number of answers.\r\n \r\n Detailed documentation is in the \"docs\" directory.\r\n \r\n Quick start\r\n -----------\r\n \r\n 1. Add \"polls\" to your INSTALLED_APPS setting like this::\r\n \r\n INSTALLED_APPS = (\r\n ...\r\n 'polls',\r\n )\r\n \r\n 2. Include the polls URLconf in your project urls.py like this::\r\n \r\n url(r'^polls/', include('polls.urls')),\r\n \r\n 3. Run `python manage.py syncdb` to create the polls models.\r\n \r\n 4. Start the development server and visit http://127.0.0.1:8000/admin/\r\n to create a poll (you'll need the Admin app enabled).\r\n \r\n 5. 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": "http://127.0.0.1:8000/admin/", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django-polls-sample", "package_url": "https://pypi.org/project/django-polls-sample/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-polls-sample/", "project_urls": { "Homepage": "http://127.0.0.1:8000/admin/" }, "release_url": "https://pypi.org/project/django-polls-sample/0.1/", "requires_dist": null, "requires_python": null, "summary": "A simple Django app to conduct Web-based polls.", "version": "0.1" }, "last_serial": 710386, "releases": { "0.1": [] }, "urls": [] }