{ "info": { "author": "sunwei", "author_email": "sunwei0325@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.11", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "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 \"doc\" 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\n 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://www.example.com/", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "django-polls-sunwei", "package_url": "https://pypi.org/project/django-polls-sunwei/", "platform": "", "project_url": "https://pypi.org/project/django-polls-sunwei/", "project_urls": { "Homepage": "https://www.example.com/" }, "release_url": "https://pypi.org/project/django-polls-sunwei/0.1/", "requires_dist": null, "requires_python": "", "summary": "A simple Django app to conduct Web-based polls.", "version": "0.1" }, "last_serial": 3671402, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "13531d6273d1cb594291ce87fc9d6b1b", "sha256": "b32c3795f6112bc14d5fbf6f8f9ff1955a0df11b69e6bcb336a3ce16c0479236" }, "downloads": -1, "filename": "django-polls-sunwei-0.1.tar.gz", "has_sig": false, "md5_digest": "13531d6273d1cb594291ce87fc9d6b1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 174771, "upload_time": "2018-03-15T05:36:48", "url": "https://files.pythonhosted.org/packages/98/45/25d5e683cfbcc6d6a6aac636d629d5fb6da08f1a4e6cf7ca2e26c6fc1fd4/django-polls-sunwei-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "13531d6273d1cb594291ce87fc9d6b1b", "sha256": "b32c3795f6112bc14d5fbf6f8f9ff1955a0df11b69e6bcb336a3ce16c0479236" }, "downloads": -1, "filename": "django-polls-sunwei-0.1.tar.gz", "has_sig": false, "md5_digest": "13531d6273d1cb594291ce87fc9d6b1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 174771, "upload_time": "2018-03-15T05:36:48", "url": "https://files.pythonhosted.org/packages/98/45/25d5e683cfbcc6d6a6aac636d629d5fb6da08f1a4e6cf7ca2e26c6fc1fd4/django-polls-sunwei-0.1.tar.gz" } ] }