{ "info": { "author": "Kathurima Kimathi", "author_email": "kathurima@healthcloud.co.ke", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Build Tools" ], "description": "=====\nDjangoAWS\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 \"blog\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'blog',\n\t\t'projects',\n ]\n\n2. Include the polls URLconf in your project urls.py like this::\n\n path('projects/', include('projects.urls')),\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 post (you'll need the Admin app enabled).\n\n5. Visit http://127.0.0.1:8000/blog/ to participate in posts.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/KathurimaKimathi/DjangoPackage/", "keywords": "sample djangopackage setuptools development", "license": "", "maintainer": "", "maintainer_email": "", "name": "DjangoPackage-v0.2.3", "package_url": "https://pypi.org/project/DjangoPackage-v0.2.3/", "platform": "", "project_url": "https://pypi.org/project/DjangoPackage-v0.2.3/", "project_urls": { "Homepage": "https://github.com/KathurimaKimathi/DjangoPackage/" }, "release_url": "https://pypi.org/project/DjangoPackage-v0.2.3/0.2.3/", "requires_dist": null, "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "summary": "", "version": "0.2.3" }, "last_serial": 5576532, "releases": { "0.2.3": [ { "comment_text": "", "digests": { "md5": "7f59763ee9c4fbf08d575e200ff8c03a", "sha256": "a5c0b2e671b297e4941b9282cfcdc96bb42b8374639662776708f984040c6318" }, "downloads": -1, "filename": "DjangoPackage-v0.2.3-0.2.3.tar.gz", "has_sig": false, "md5_digest": "7f59763ee9c4fbf08d575e200ff8c03a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 10479256, "upload_time": "2019-07-24T08:25:04", "url": "https://files.pythonhosted.org/packages/28/51/b44921b92ef3c082e86efd033d6e3b38f16692a1fa6f4c9441d53cc75107/DjangoPackage-v0.2.3-0.2.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7f59763ee9c4fbf08d575e200ff8c03a", "sha256": "a5c0b2e671b297e4941b9282cfcdc96bb42b8374639662776708f984040c6318" }, "downloads": -1, "filename": "DjangoPackage-v0.2.3-0.2.3.tar.gz", "has_sig": false, "md5_digest": "7f59763ee9c4fbf08d575e200ff8c03a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 10479256, "upload_time": "2019-07-24T08:25:04", "url": "https://files.pythonhosted.org/packages/28/51/b44921b92ef3c082e86efd033d6e3b38f16692a1fa6f4c9441d53cc75107/DjangoPackage-v0.2.3-0.2.3.tar.gz" } ] }