{ "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.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nShuoshuos\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 'shuoshuos',\n ]\n\n2. Include the polls URLconf in your project urls.py like this::\n\n path('shuoshuos/', include('shuoshuos.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/shuoshuos/ 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-shuoshuos", "package_url": "https://pypi.org/project/django-shuoshuos/", "platform": "", "project_url": "https://pypi.org/project/django-shuoshuos/", "project_urls": { "Homepage": "https://www.example.com/" }, "release_url": "https://pypi.org/project/django-shuoshuos/0.1/", "requires_dist": null, "requires_python": "", "summary": "A simple Django app to conduct Web-based polls.", "version": "0.1" }, "last_serial": 3983170, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "2971872d86a02733b849d01e96d90a1f", "sha256": "8d3325ce27094b5347a85a0fe294d8ec5e0d50ef03ac6bac31922f1822bac1be" }, "downloads": -1, "filename": "django-shuoshuos-0.1.tar.gz", "has_sig": false, "md5_digest": "2971872d86a02733b849d01e96d90a1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6166894, "upload_time": "2018-06-20T22:33:46", "url": "https://files.pythonhosted.org/packages/11/a5/c59b497c4fec2ad9b57f96b95c533ef5fb96de1be171f2b1e18bb2eb1836/django-shuoshuos-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2971872d86a02733b849d01e96d90a1f", "sha256": "8d3325ce27094b5347a85a0fe294d8ec5e0d50ef03ac6bac31922f1822bac1be" }, "downloads": -1, "filename": "django-shuoshuos-0.1.tar.gz", "has_sig": false, "md5_digest": "2971872d86a02733b849d01e96d90a1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6166894, "upload_time": "2018-06-20T22:33:46", "url": "https://files.pythonhosted.org/packages/11/a5/c59b497c4fec2ad9b57f96b95c533ef5fb96de1be171f2b1e18bb2eb1836/django-shuoshuos-0.1.tar.gz" } ] }