{ "info": { "author": "Netsolutions", "author_email": "anshu.sharma@netsolutions.in", "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", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nNetsol Polls\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": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://netsolutions.com/", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "djangonetsol-polls", "package_url": "https://pypi.org/project/djangonetsol-polls/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/djangonetsol-polls/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://netsolutions.com/" }, "release_url": "https://pypi.org/project/djangonetsol-polls/0.1/", "requires_dist": null, "requires_python": null, "summary": "A simple Django app to conduct Web-based polls.", "version": "0.1" }, "last_serial": 1687277, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "3772fc8e848a295f88df5e394a217944", "sha256": "99251a1b72f89a0b9cf43b0b5a5efa142dcaaeb1249872976ec7d2f363a1d6ab" }, "downloads": -1, "filename": "djangonetsol-polls-0.1.tar.gz", "has_sig": false, "md5_digest": "3772fc8e848a295f88df5e394a217944", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4011, "upload_time": "2015-08-21T12:23:24", "url": "https://files.pythonhosted.org/packages/de/72/172491deb5bdcce412b365ad8bc45e07c06deac2e2eda796f6fcf99d3757/djangonetsol-polls-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3772fc8e848a295f88df5e394a217944", "sha256": "99251a1b72f89a0b9cf43b0b5a5efa142dcaaeb1249872976ec7d2f363a1d6ab" }, "downloads": -1, "filename": "djangonetsol-polls-0.1.tar.gz", "has_sig": false, "md5_digest": "3772fc8e848a295f88df5e394a217944", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4011, "upload_time": "2015-08-21T12:23:24", "url": "https://files.pythonhosted.org/packages/de/72/172491deb5bdcce412b365ad8bc45e07c06deac2e2eda796f6fcf99d3757/djangonetsol-polls-0.1.tar.gz" } ] }