{ "info": { "author": "Paras Jain", "author_email": "beingjainparas93@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.2", "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": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/beingjainparas/django-polls-paras", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "django-polls-paras", "package_url": "https://pypi.org/project/django-polls-paras/", "platform": "", "project_url": "https://pypi.org/project/django-polls-paras/", "project_urls": { "Homepage": "https://github.com/beingjainparas/django-polls-paras" }, "release_url": "https://pypi.org/project/django-polls-paras/0.2/", "requires_dist": null, "requires_python": "", "summary": "A simple Django app to conduct Web-based polls.", "version": "0.2" }, "last_serial": 5149599, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "a4f744742193f8a2fd323786d1e054c8", "sha256": "cc99235bee2e0a57419c73654dde926602294b8d35767296a0da18c1544aaa6b" }, "downloads": -1, "filename": "django-polls-paras-0.1.tar.gz", "has_sig": false, "md5_digest": "a4f744742193f8a2fd323786d1e054c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57654, "upload_time": "2019-04-16T11:35:35", "url": "https://files.pythonhosted.org/packages/28/11/9c57ef475c4903a1483cf9d7ae23f0e6a638bf162d342e0bd0696e79e7c2/django-polls-paras-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "cecc7e4e8d00c7446b1f0d6c2aa17a6e", "sha256": "da38e12fd5a132c26895dba0c92ba8fe61fccc7de51295d092cab4fc2f2e8f60" }, "downloads": -1, "filename": "django-polls-paras-0.2.tar.gz", "has_sig": false, "md5_digest": "cecc7e4e8d00c7446b1f0d6c2aa17a6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57667, "upload_time": "2019-04-16T11:51:23", "url": "https://files.pythonhosted.org/packages/cd/b0/6d5c025eeac4a2709df542e7da8227fa3de3bf2ece6b442f26696ff5c3b0/django-polls-paras-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cecc7e4e8d00c7446b1f0d6c2aa17a6e", "sha256": "da38e12fd5a132c26895dba0c92ba8fe61fccc7de51295d092cab4fc2f2e8f60" }, "downloads": -1, "filename": "django-polls-paras-0.2.tar.gz", "has_sig": false, "md5_digest": "cecc7e4e8d00c7446b1f0d6c2aa17a6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57667, "upload_time": "2019-04-16T11:51:23", "url": "https://files.pythonhosted.org/packages/cd/b0/6d5c025eeac4a2709df542e7da8227fa3de3bf2ece6b442f26696ff5c3b0/django-polls-paras-0.2.tar.gz" } ] }