{ "info": { "author": "lotus", "author_email": "chandra2khadka4@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.0", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "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 path('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": "", "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-pollapps", "package_url": "https://pypi.org/project/django-pollapps/", "platform": "", "project_url": "https://pypi.org/project/django-pollapps/", "project_urls": { "Homepage": "https://www.example.com/" }, "release_url": "https://pypi.org/project/django-pollapps/1.1/", "requires_dist": null, "requires_python": "", "summary": "A simple Django app to conduct Web-based polls.", "version": "1.1" }, "last_serial": 3641113, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "00079101396cff22cb1381ef53998e6a", "sha256": "b447c895aaeb21856f47a5db56957d5ae6e125b908464f94cc3e912fde563106" }, "downloads": -1, "filename": "django-pollapps-1.0.tar.gz", "has_sig": false, "md5_digest": "00079101396cff22cb1381ef53998e6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4498, "upload_time": "2018-03-05T16:40:17", "url": "https://files.pythonhosted.org/packages/45/d6/d51b6352fb13c3652a5df650f5e628a1d89bb51e703f0476fce4ae83b73f/django-pollapps-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "e82619866affbb0af9312b1e6e7097b2", "sha256": "ed3148d7e3af1d9178cda26077e1a31c6d2f26817ad0368138daababf7b1b0cb" }, "downloads": -1, "filename": "django-pollapps-1.1.tar.gz", "has_sig": false, "md5_digest": "e82619866affbb0af9312b1e6e7097b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4493, "upload_time": "2018-03-05T16:53:10", "url": "https://files.pythonhosted.org/packages/42/3f/0e0f5e75257700cf81abb0bb15481bcd5d91068b66e3d4fc01a030283d5b/django-pollapps-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e82619866affbb0af9312b1e6e7097b2", "sha256": "ed3148d7e3af1d9178cda26077e1a31c6d2f26817ad0368138daababf7b1b0cb" }, "downloads": -1, "filename": "django-pollapps-1.1.tar.gz", "has_sig": false, "md5_digest": "e82619866affbb0af9312b1e6e7097b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4493, "upload_time": "2018-03-05T16:53:10", "url": "https://files.pythonhosted.org/packages/42/3f/0e0f5e75257700cf81abb0bb15481bcd5d91068b66e3d4fc01a030283d5b/django-pollapps-1.1.tar.gz" } ] }