{ "info": { "author": "Your Name", "author_email": "yourname@example.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", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nPolls\n=====\nPolls is a simple Django app to conduct Web-based polls. For each\nquestion, visitors can choose between a fixed number of answers.\nDetailed documentation is in the \"docs\" directory.\nQuick start\n-----------\n1. Add \"polls\" to your INSTALLED_APPS setting like this::\nINSTALLED_APPS = [\n...\n'polls',\n]\n2. Include the polls URLconf in your project urls.py like this::\nurl(r'^polls/', include('polls.urls')),\n3. Run `python manage.py migrate` to create the polls models.\n4. Start the development server and visit http://127.0.0.1:8000/admin/\nto create a poll (you'll need the Admin app enabled).\n5. Visit http://127.0.0.1:8000/polls/ to participate in the poll.\n\n", "description_content_type": null, "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-darenme-polls", "package_url": "https://pypi.org/project/django-darenme-polls/", "platform": "", "project_url": "https://pypi.org/project/django-darenme-polls/", "project_urls": { "Homepage": "https://www.example.com/" }, "release_url": "https://pypi.org/project/django-darenme-polls/0.1/", "requires_dist": null, "requires_python": "", "summary": "A simple Django app to conduct Web-based polls.", "version": "0.1" }, "last_serial": 2738053, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "ca384911c9133cfc5e678aab1cb37500", "sha256": "732f35f2d086a7109a892513649f449537c01f7320480a9feda959bbfe5bd90a" }, "downloads": -1, "filename": "django_darenme_polls-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "ca384911c9133cfc5e678aab1cb37500", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 419424, "upload_time": "2017-03-29T08:35:27", "url": "https://files.pythonhosted.org/packages/76/ff/112c66577e1cfd3a948869d45274ebcfeaefd0f416f09a3ef4d18b1ca203/django_darenme_polls-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d0b6070e6f334ed008aa17b0521b148a", "sha256": "eb94be11d014635ef8a627b21aee3b96c092d176824bd66391bd9bd2f41119a1" }, "downloads": -1, "filename": "django-darenme-polls-0.1.tar.gz", "has_sig": false, "md5_digest": "d0b6070e6f334ed008aa17b0521b148a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 416603, "upload_time": "2017-03-29T08:36:21", "url": "https://files.pythonhosted.org/packages/e2/b7/1712e0c552207cf775909ab65d236381a1991ea0c72fa22a75c7105846fe/django-darenme-polls-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ca384911c9133cfc5e678aab1cb37500", "sha256": "732f35f2d086a7109a892513649f449537c01f7320480a9feda959bbfe5bd90a" }, "downloads": -1, "filename": "django_darenme_polls-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "ca384911c9133cfc5e678aab1cb37500", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 419424, "upload_time": "2017-03-29T08:35:27", "url": "https://files.pythonhosted.org/packages/76/ff/112c66577e1cfd3a948869d45274ebcfeaefd0f416f09a3ef4d18b1ca203/django_darenme_polls-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d0b6070e6f334ed008aa17b0521b148a", "sha256": "eb94be11d014635ef8a627b21aee3b96c092d176824bd66391bd9bd2f41119a1" }, "downloads": -1, "filename": "django-darenme-polls-0.1.tar.gz", "has_sig": false, "md5_digest": "d0b6070e6f334ed008aa17b0521b148a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 416603, "upload_time": "2017-03-29T08:36:21", "url": "https://files.pythonhosted.org/packages/e2/b7/1712e0c552207cf775909ab65d236381a1991ea0c72fa22a75c7105846fe/django-darenme-polls-0.1.tar.gz" } ] }