{ "info": { "author": "Ryan Febriansyah", "author_email": "15523163@students.uii.ac.id", "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" ], "description": "===== Web Based Polls Application =====\n\n\nA simple application or libraries that useful to take a vote for Web-based polls.\n\n\n\n===== Getting Started =====\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 http://127.0.0.1:8000/admin/\n to create a poll (you'll need the Admin app enabled).\n\n5. Go to http://127.0.0.1:8000/polls/ to participate in the poll.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "django-webpolls", "package_url": "https://pypi.org/project/django-webpolls/", "platform": "", "project_url": "https://pypi.org/project/django-webpolls/", "project_urls": null, "release_url": "https://pypi.org/project/django-webpolls/0.2/", "requires_dist": null, "requires_python": "", "summary": "A simple packages app to conduct Web-based polls", "version": "0.2" }, "last_serial": 4883990, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "08a0775858c613db797e0efdf9346d12", "sha256": "58725ba39adc198d992c97418a124e2acb3ec9450d3399268042eceda5d8ccbf" }, "downloads": -1, "filename": "django_webpolls-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "08a0775858c613db797e0efdf9346d12", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7747, "upload_time": "2019-03-01T12:31:08", "url": "https://files.pythonhosted.org/packages/f4/b5/513fa9db265bcb15383e9a2d107735bc3f67f3cea7d49edb6d7adee9fe89/django_webpolls-0.2-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "08a0775858c613db797e0efdf9346d12", "sha256": "58725ba39adc198d992c97418a124e2acb3ec9450d3399268042eceda5d8ccbf" }, "downloads": -1, "filename": "django_webpolls-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "08a0775858c613db797e0efdf9346d12", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7747, "upload_time": "2019-03-01T12:31:08", "url": "https://files.pythonhosted.org/packages/f4/b5/513fa9db265bcb15383e9a2d107735bc3f67f3cea7d49edb6d7adee9fe89/django_webpolls-0.2-py3-none-any.whl" } ] }