{ "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", "package_url": "https://pypi.org/project/DjangoPackage/", "platform": "", "project_url": "https://pypi.org/project/DjangoPackage/", "project_urls": { "Homepage": "https://github.com/KathurimaKimathi/DjangoPackage/" }, "release_url": "https://pypi.org/project/DjangoPackage/0.0.2/", "requires_dist": null, "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "summary": "", "version": "0.0.2" }, "last_serial": 5549365, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "83406b363c0269049da82dea280b1ab8", "sha256": "551deafe198ee034ef3b7177e661e9cf0825ff1ff291c4e6214d026146bb1901" }, "downloads": -1, "filename": "DjangoPackage-0.0.2.tar.gz", "has_sig": false, "md5_digest": "83406b363c0269049da82dea280b1ab8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 10481589, "upload_time": "2019-07-18T06:49:16", "url": "https://files.pythonhosted.org/packages/7a/16/86d8c7d548d50205a638958046fe3d49e6aa4966d70c5b9b8264a7a1baef/DjangoPackage-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "83406b363c0269049da82dea280b1ab8", "sha256": "551deafe198ee034ef3b7177e661e9cf0825ff1ff291c4e6214d026146bb1901" }, "downloads": -1, "filename": "DjangoPackage-0.0.2.tar.gz", "has_sig": false, "md5_digest": "83406b363c0269049da82dea280b1ab8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 10481589, "upload_time": "2019-07-18T06:49:16", "url": "https://files.pythonhosted.org/packages/7a/16/86d8c7d548d50205a638958046fe3d49e6aa4966d70c5b9b8264a7a1baef/DjangoPackage-0.0.2.tar.gz" } ] }