Lightweight error-logging for Django
Project description
View all Django errors from right within the administration console.
Erroneous 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.
It’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.
If 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.
Installation
Grab the latest release from PyPI by running:
pip install django-erroneous
Please note that this requires Django 1.4 to work properly.
Configuration
Add erroneous to your project’s INSTALLED_APPS setting and run syncdb (or migrate if you’re using South).
There isn’t much else than that to get it up and running.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-erroneous-0.0.1.tar.gz.
File metadata
- Download URL: django-erroneous-0.0.1.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0222f1a33162a9da77400624f38dec626ef0d50188c0df8a7a669c7604654062
|
|
| MD5 |
fbf8d8d57cb51436c6fa9ba38991fccd
|
|
| BLAKE2b-256 |
64bca0c143ebb1b641c63bc647ac4a6a2c79ba1299380d0ec9d789539ba8194f
|