{ "info": { "author": "larryhq", "author_email": "346985049@qq.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.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nQuestion\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 'question',\n ]\n\n2. Include the polls URLconf in your project urls.py like this::\n\n url(r'^api/v1/', include('question.api.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).", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.example.com/", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django-question", "package_url": "https://pypi.org/project/django-question/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-question/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://www.example.com/" }, "release_url": "https://pypi.org/project/django-question/1.2.5/", "requires_dist": null, "requires_python": null, "summary": "A simple Django app to conduct Web-based question.", "version": "1.2.5" }, "last_serial": 2300308, "releases": { "1.2.4": [], "1.2.5": [ { "comment_text": "", "digests": { "md5": "f2921013d2e60052cba21d0ea4898234", "sha256": "9a15c30361c95f3f1cdb532ba55612943db4e5ca799c4c6c2a921c4d0255dd51" }, "downloads": -1, "filename": "django-question-1.2.5.tar.gz", "has_sig": false, "md5_digest": "f2921013d2e60052cba21d0ea4898234", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30305, "upload_time": "2016-08-24T12:02:10", "url": "https://files.pythonhosted.org/packages/1d/25/77b4e05f8004499160fb3d9525446a7e81f4b69e11ebc1fc5d974fbf20f1/django-question-1.2.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f2921013d2e60052cba21d0ea4898234", "sha256": "9a15c30361c95f3f1cdb532ba55612943db4e5ca799c4c6c2a921c4d0255dd51" }, "downloads": -1, "filename": "django-question-1.2.5.tar.gz", "has_sig": false, "md5_digest": "f2921013d2e60052cba21d0ea4898234", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30305, "upload_time": "2016-08-24T12:02:10", "url": "https://files.pythonhosted.org/packages/1d/25/77b4e05f8004499160fb3d9525446a7e81f4b69e11ebc1fc5d974fbf20f1/django-question-1.2.5.tar.gz" } ] }