{ "info": { "author": "Philipp Zettl", "author_email": "zettl.philipp@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.0", "Intended Audience :: Developers", "License :: OSI Approved :: MIT 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": "=====\nPoll\n=====\n\nPoll is a complex poll creation app, to create dynamic polls.\nThe usage of it is to create a set of questions with optional \npredefined answers.\n\nDetailed documentation is in the \"docs\" directory.\n\nQuick start\n-----------\n\n1. Add \"poll\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'poll',\n ]\n\n2. Include the polls URLconf in your project urls.py like this::\n\n path('poll/', include('poll.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/poll/ 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/philsupertramp/django_poller", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-poller", "package_url": "https://pypi.org/project/django-poller/", "platform": "", "project_url": "https://pypi.org/project/django-poller/", "project_urls": { "Homepage": "https://github.com/philsupertramp/django_poller" }, "release_url": "https://pypi.org/project/django-poller/0.1/", "requires_dist": null, "requires_python": "", "summary": "A dynamic Django Poll app", "version": "0.1" }, "last_serial": 3837104, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "72c24c4a4bbca2203d08f2341a960562", "sha256": "bbdedae1b33b97efb8969e035daa8a760ee14722fc66840612d58b4144b38f87" }, "downloads": -1, "filename": "django_poller-0.1.tar.gz", "has_sig": false, "md5_digest": "72c24c4a4bbca2203d08f2341a960562", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7975, "upload_time": "2018-05-05T15:47:56", "url": "https://files.pythonhosted.org/packages/fc/14/7f7703afbbbff569bc516f526ef484371ced6cb70fe141e6d88b129e1855/django_poller-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "72c24c4a4bbca2203d08f2341a960562", "sha256": "bbdedae1b33b97efb8969e035daa8a760ee14722fc66840612d58b4144b38f87" }, "downloads": -1, "filename": "django_poller-0.1.tar.gz", "has_sig": false, "md5_digest": "72c24c4a4bbca2203d08f2341a960562", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7975, "upload_time": "2018-05-05T15:47:56", "url": "https://files.pythonhosted.org/packages/fc/14/7f7703afbbbff569bc516f526ef484371ced6cb70fe141e6d88b129e1855/django_poller-0.1.tar.gz" } ] }