{ "info": { "author": "ZJsnowman", "author_email": "zj2299490@gmail.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.2", "Programming Language :: Python :: 3.3", "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 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": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.example.com/", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "django-polls-zjsnowman", "package_url": "https://pypi.org/project/django-polls-zjsnowman/", "platform": "", "project_url": "https://pypi.org/project/django-polls-zjsnowman/", "project_urls": { "Homepage": "http://www.example.com/" }, "release_url": "https://pypi.org/project/django-polls-zjsnowman/0.1/", "requires_dist": null, "requires_python": "", "summary": "A simple Django app to conduct Web-based polls.", "version": "0.1" }, "last_serial": 3442988, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "9ab1e3ae25980fc1ced6ba941a66f188", "sha256": "320f936cb3843b484943f0c0bf5dc22fea4362b0b57c43eb63dd3ee40805b956" }, "downloads": -1, "filename": "django-polls-zjsnowman-0.1.tar.gz", "has_sig": false, "md5_digest": "9ab1e3ae25980fc1ced6ba941a66f188", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3684790, "upload_time": "2017-12-26T09:36:27", "url": "https://files.pythonhosted.org/packages/f1/ae/cc90825e8784bfe6f8e88825cd21dd9f69301c04929c225cfafd6a53aeb9/django-polls-zjsnowman-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9ab1e3ae25980fc1ced6ba941a66f188", "sha256": "320f936cb3843b484943f0c0bf5dc22fea4362b0b57c43eb63dd3ee40805b956" }, "downloads": -1, "filename": "django-polls-zjsnowman-0.1.tar.gz", "has_sig": false, "md5_digest": "9ab1e3ae25980fc1ced6ba941a66f188", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3684790, "upload_time": "2017-12-26T09:36:27", "url": "https://files.pythonhosted.org/packages/f1/ae/cc90825e8784bfe6f8e88825cd21dd9f69301c04929c225cfafd6a53aeb9/django-polls-zjsnowman-0.1.tar.gz" } ] }