{ "info": { "author": "Abhinav Gupta", "author_email": "abhinav.gpt3@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 :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\r\nPolls\r\n=====\r\n\r\nPolls is a simple Django app to conduct Web-based polls. For each\r\nquestion, visitors can choose between a fixed number of answers.\r\n\r\nBuilt in Django Version 1.6\r\n\r\nCreated using these series of 6 tutorials : https://docs.djangoproject.com/en/1.6/intro/tutorial01\r\n\r\nQuick start\r\n-----------\r\n\r\n1. 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\n2. Include the polls URLconf in your project urls.py like this::\r\n\r\n url(r'^polls/', include('polls.urls')),\r\n\r\n3. Run `python manage.py syncdb` to create the polls models.\r\n\r\n4. 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\n5. Visit http://127.0.0.1:8000/polls/ to participate in the poll.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/vicknick/django-polls-simple", "keywords": "", "license": "New BSD License", "maintainer": "", "maintainer_email": "", "name": "django-polls-simple", "package_url": "https://pypi.org/project/django-polls-simple/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-polls-simple/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/vicknick/django-polls-simple" }, "release_url": "https://pypi.org/project/django-polls-simple/0.1/", "requires_dist": null, "requires_python": null, "summary": "Web-based polls using a simple,easy-to-use Django app.", "version": "0.1" }, "last_serial": 1504486, "releases": { "0.1": [] }, "urls": [] }