{ "info": { "author": "Bode.io Dev Team", "author_email": "devs@bode.io", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "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.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP" ], "description": "=======================\nBode Django Error Pages\n=======================\n\nObjective\n===============\nThis is a simple django app to handle error pages on a Django Project. Obvious, with some Bode flavor.\n\nHow to use\n===============\nYou must configure your root urls.py to handle errors.\n\n* In settings.py, add the 'bode_error_pages' to INSTALLED_APPS;\n\n* In your root urls.py file, add:\n\n.. code-block:: python\n\n from bode_error_pages.views import Error403View, Error404View, Error500View\n\n handler403 = Error403View.as_view()\n handler404 = Error404View.as_view()\n handler500 = Error500View.as_view()", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bodedev/django-error-pages", "keywords": "django error pages", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "bode-django-error-pages", "package_url": "https://pypi.org/project/bode-django-error-pages/", "platform": "", "project_url": "https://pypi.org/project/bode-django-error-pages/", "project_urls": { "Homepage": "https://github.com/bodedev/django-error-pages" }, "release_url": "https://pypi.org/project/bode-django-error-pages/0.0.3/", "requires_dist": null, "requires_python": "", "summary": "This is a simple project to handle http errors responses to Bode Django Projects", "version": "0.0.3" }, "last_serial": 3248122, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "2c29f5d4b3c68a04cd5755d6dbc95467", "sha256": "2d7a55aa5d8ba15c419e16c85c6a8a9ea642f1096cf6176a382e901943a5a21c" }, "downloads": -1, "filename": "bode_django_error_pages-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2c29f5d4b3c68a04cd5755d6dbc95467", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8931, "upload_time": "2017-10-13T13:57:26", "url": "https://files.pythonhosted.org/packages/fb/42/9c727ce356d78b52d06f2b0da2d4f11eb424a35b3845f70cf0341a82c06c/bode_django_error_pages-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4c91eb61e2b0d8ac93d62069ca50e160", "sha256": "f7079e89b1627f9c7ef5d2923fad55f841aa9a43bb3ee23e185b1e0eb8968295" }, "downloads": -1, "filename": "bode-django-error-pages-0.0.2.tar.gz", "has_sig": false, "md5_digest": "4c91eb61e2b0d8ac93d62069ca50e160", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5675, "upload_time": "2017-10-13T13:57:51", "url": "https://files.pythonhosted.org/packages/27/be/7e795564a927ee28fc62b462ca413406aabd6c336a6feae6a6bf022bca13/bode-django-error-pages-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "0300ecb6268063c83f635e631857f9c3", "sha256": "a2d5822225a553660054f115225056d7a9096fd3d0b3058879a66e0e5aeb00a1" }, "downloads": -1, "filename": "bode-django-error-pages-0.0.3.tar.gz", "has_sig": false, "md5_digest": "0300ecb6268063c83f635e631857f9c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5917, "upload_time": "2017-10-13T14:46:26", "url": "https://files.pythonhosted.org/packages/6a/35/01dbda105103c098d1affb2826ea4b7a830d1771c1cc00182c8f0f245e56/bode-django-error-pages-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0300ecb6268063c83f635e631857f9c3", "sha256": "a2d5822225a553660054f115225056d7a9096fd3d0b3058879a66e0e5aeb00a1" }, "downloads": -1, "filename": "bode-django-error-pages-0.0.3.tar.gz", "has_sig": false, "md5_digest": "0300ecb6268063c83f635e631857f9c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5917, "upload_time": "2017-10-13T14:46:26", "url": "https://files.pythonhosted.org/packages/6a/35/01dbda105103c098d1affb2826ea4b7a830d1771c1cc00182c8f0f245e56/bode-django-error-pages-0.0.3.tar.gz" } ] }