{ "info": { "author": "Your Name", "author_email": "jerinzam@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.9", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nCodeBase\n=====\n\ncodebase 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 \"codebase\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'codebase',\n ]\n\n2. Include the polls URLconf in your project urls.py like this::\n\n url(r'^codebase/', include('coodebase.urls')),\n\n3. Run `python manage.py migrate` to create the codebase 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/codebase/ to participate in the poll.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.example.com/", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django-codebase", "package_url": "https://pypi.org/project/django-codebase/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-codebase/", "project_urls": { "Homepage": "https://www.example.com/" }, "release_url": "https://pypi.org/project/django-codebase/0.1/", "requires_dist": null, "requires_python": null, "summary": "A simple Django app to conduct Web-based polls.", "version": "0.1" }, "last_serial": 2629937, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "c603bd6cc7ff25801fa5edf28c45a1b1", "sha256": "9251f66a78a458dd29c661940569110cb4ea479824bb43acda149a1119d05bbf" }, "downloads": -1, "filename": "django_codebase-0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "c603bd6cc7ff25801fa5edf28c45a1b1", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 7069, "upload_time": "2017-02-09T06:18:02", "url": "https://files.pythonhosted.org/packages/9d/98/f547283ee89a74c6c9f506692515b03aca78d9641db6bf10603fecd96be3/django_codebase-0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "63a4f0b06f7e967f6b8a8b9b52f3ea7a", "sha256": "4fcd8834a8f80aeeecd303fa377dce0d40bf8eaf96d89bb96490dd1653eff462" }, "downloads": -1, "filename": "django-codebase-0.1.tar.gz", "has_sig": false, "md5_digest": "63a4f0b06f7e967f6b8a8b9b52f3ea7a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4127, "upload_time": "2017-02-09T06:18:06", "url": "https://files.pythonhosted.org/packages/aa/f7/44e682ebd3d4282bd8bd53265595bedf119e6d87ebbd5deb20e2fb25107a/django-codebase-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c603bd6cc7ff25801fa5edf28c45a1b1", "sha256": "9251f66a78a458dd29c661940569110cb4ea479824bb43acda149a1119d05bbf" }, "downloads": -1, "filename": "django_codebase-0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "c603bd6cc7ff25801fa5edf28c45a1b1", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 7069, "upload_time": "2017-02-09T06:18:02", "url": "https://files.pythonhosted.org/packages/9d/98/f547283ee89a74c6c9f506692515b03aca78d9641db6bf10603fecd96be3/django_codebase-0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "63a4f0b06f7e967f6b8a8b9b52f3ea7a", "sha256": "4fcd8834a8f80aeeecd303fa377dce0d40bf8eaf96d89bb96490dd1653eff462" }, "downloads": -1, "filename": "django-codebase-0.1.tar.gz", "has_sig": false, "md5_digest": "63a4f0b06f7e967f6b8a8b9b52f3ea7a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4127, "upload_time": "2017-02-09T06:18:06", "url": "https://files.pythonhosted.org/packages/aa/f7/44e682ebd3d4282bd8bd53265595bedf119e6d87ebbd5deb20e2fb25107a/django-codebase-0.1.tar.gz" } ] }