{ "info": { "author": "Le Cam", "author_email": "thantoandoc83@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.2", "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": "=====\nBlog\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 'blog',\n ]\n\n2. Include the polls URLconf in your project urls.py like this::\n\n path('blog/', include('blog.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/blog/ to participate in the poll.\n", "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-lecamit83-blog", "package_url": "https://pypi.org/project/django-lecamit83-blog/", "platform": "", "project_url": "https://pypi.org/project/django-lecamit83-blog/", "project_urls": { "Homepage": "https://www.example.com/" }, "release_url": "https://pypi.org/project/django-lecamit83-blog/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "A simple Django app to conduct Web-based polls.", "version": "0.1.0" }, "last_serial": 5801579, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "b2315235574892825e6c9568e8358c56", "sha256": "e2d13f3e9ca4db53b7f544e8a9ef107115155154c8e41de858501b4258da9d6a" }, "downloads": -1, "filename": "django-lecamit83-blog-0.1.0.tar.gz", "has_sig": false, "md5_digest": "b2315235574892825e6c9568e8358c56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2293, "upload_time": "2019-09-09T04:02:22", "url": "https://files.pythonhosted.org/packages/92/5d/91fa4437669b4c77b7ac71b26a9fec17c2c55ea5ed24066c8e5abbcafaa5/django-lecamit83-blog-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b2315235574892825e6c9568e8358c56", "sha256": "e2d13f3e9ca4db53b7f544e8a9ef107115155154c8e41de858501b4258da9d6a" }, "downloads": -1, "filename": "django-lecamit83-blog-0.1.0.tar.gz", "has_sig": false, "md5_digest": "b2315235574892825e6c9568e8358c56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2293, "upload_time": "2019-09-09T04:02:22", "url": "https://files.pythonhosted.org/packages/92/5d/91fa4437669b4c77b7ac71b26a9fec17c2c55ea5ed24066c8e5abbcafaa5/django-lecamit83-blog-0.1.0.tar.gz" } ] }