{ "info": { "author": "Mridang Agarwalla", "author_email": "mridang.agarwalla@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "============\r\ndjango-erroneous\r\n============\r\n\r\nView all Django errors from right within the administration console.\r\n\r\nErroneous traps Django's in-built exception signal, captures the traceback . which would be the same beautiful exception page that Django displays when debugging is enabled . and saves it to the database so you can view it later.\r\n\r\nIt's quite similar to django-sentry from the folks at Disqus but a more lightweight, no-frills, error-logging system for Django. Credits to David Cramer over at Disqus for the initial django-db-log which is the work this is based upon.\r\n\r\nIf there's a feature that you're missing and you'd like added, please create an issue on the project page at Github or create the fix yourself and send me a pull request. Adding a few small features here and there are okay but this is in no way aimed to encompass all the functionality of a full-blown error-logging stack like Sentry.\r\n\r\nFeatures\r\n--------\r\n\r\n* A simple user interface for browsing error records in the database.\r\n\r\nInstallation\r\n------------\r\n\r\nStart with Django 1.3 or higher; erroneous is intended for use with the new logging\r\nconfiguration first available in that version.\r\n\r\nTo install, simply run::\r\n\r\n pip install django-erroneous\r\n\r\nConfiguration\r\n-------------\r\n\r\n1. Add ``erroneous`` to your ``INSTALLED_APPS`` setting.\r\n2. Run ``manage.py migrate`` to create the database tables, or if you're really\r\n logging to a second database and have disabled South migrations for erroneous,\r\n run ``manage.py syncdb``.\r\n\r\nThere isn't much else than that to get it up and running.\r\n\r\nFuture\r\n------\r\n\r\n* support for logging to other sinks: message queues, non-relational databases.\r\n\r\n", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/mridang/django-erroneous/downloads", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.org/mridang/django-erroneous", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django-erroneous", "package_url": "https://pypi.org/project/django-erroneous/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-erroneous/", "project_urls": { "Download": "http://github.com/mridang/django-erroneous/downloads", "Homepage": "http://github.org/mridang/django-erroneous" }, "release_url": "https://pypi.org/project/django-erroneous/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "django-erroneous makes it easy to collect and log Django application errors.", "version": "0.2.0" }, "last_serial": 895958, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "fbf8d8d57cb51436c6fa9ba38991fccd", "sha256": "0222f1a33162a9da77400624f38dec626ef0d50188c0df8a7a669c7604654062" }, "downloads": -1, "filename": "django-erroneous-0.0.1.tar.gz", "has_sig": false, "md5_digest": "fbf8d8d57cb51436c6fa9ba38991fccd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6764, "upload_time": "2012-11-20T20:34:40", "url": "https://files.pythonhosted.org/packages/64/bc/a0c143ebb1b641c63bc647ac4a6a2c79ba1299380d0ec9d789539ba8194f/django-erroneous-0.0.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "89823bf9f828e4d52164edc6519dcb51", "sha256": "b5c88b034d7d6a533aca6033491a081d3e952fd56b8e83366e02b27aba0e6d7f" }, "downloads": -1, "filename": "django-erroneous-0.2.0.zip", "has_sig": false, "md5_digest": "89823bf9f828e4d52164edc6519dcb51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8857, "upload_time": "2013-10-16T16:03:57", "url": "https://files.pythonhosted.org/packages/16/97/009896064d5b1a8343014e72d837a2934b45648c6c1912af2978b921a1d1/django-erroneous-0.2.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "89823bf9f828e4d52164edc6519dcb51", "sha256": "b5c88b034d7d6a533aca6033491a081d3e952fd56b8e83366e02b27aba0e6d7f" }, "downloads": -1, "filename": "django-erroneous-0.2.0.zip", "has_sig": false, "md5_digest": "89823bf9f828e4d52164edc6519dcb51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8857, "upload_time": "2013-10-16T16:03:57", "url": "https://files.pythonhosted.org/packages/16/97/009896064d5b1a8343014e72d837a2934b45648c6c1912af2978b921a1d1/django-erroneous-0.2.0.zip" } ] }