Skip to main content

View Django Error Report in Django Admin

Project description

django-error-report
===================

View all Django Error detail in Django Admin.

Error-report save Django error traceback and details 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 simple alternative to django-sentry which is a paid option to see
error detail.

You can create issues for feature you want in django-error-report in
future.

Features
========

- A simple user interface for browsing error records in the database.

Requirements
============

- Python 2.7
- Django > 1.7

Installation
============

1. To install, simply run:

pip install django-error-report

2. Add ``error_report`` to your ``INSTALLED_APPS`` setting.
3. Add below in your ``urls.py`` file

url(r'^error/', include('error\_report.urls'))

4. Add ``error_report.middleware.ExceptionProcessor`` in your middlewares
5. Run ``manage.py migrate`` to create the database tables.

Configuration
=============

Required settings for Django-error-report should be added in settings.py
file like this

ERROR_DETAIL_SETTINGS = {
"CONFIGURATION_OPTION": VALUE
}

Available configuration options are below - ERROR\_DETAIL\_ENABLE:

1. ERROR\_DETAIL\_ENABLE: Should Log error detail or not (True/False)

2. ERROR\_DETAIL\_HEIGHT: Height of Iframe in admin (in pixels)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-error-report-0.1.6.tar.gz (5.1 kB view details)

Uploaded Source

Built Distribution

django_error_report-0.1.6-py2.7.egg (13.1 kB view details)

Uploaded Source

File details

Details for the file django-error-report-0.1.6.tar.gz.

File metadata

File hashes

Hashes for django-error-report-0.1.6.tar.gz
Algorithm Hash digest
SHA256 05c615f6a697cf2911ea23ba911b815a3036fbc711be42297b07e7a7fefcb9a2
MD5 7c8295704a76af3d78e6dc574fe73482
BLAKE2b-256 846db93bb473dcdd1df81acab019b77d3f4f41796eb5ad2198e2905ae2032b95

See more details on using hashes here.

File details

Details for the file django_error_report-0.1.6-py2.7.egg.

File metadata

File hashes

Hashes for django_error_report-0.1.6-py2.7.egg
Algorithm Hash digest
SHA256 12009cc0684a04ea33e66037364e5609e9d6ef0fd8fbd26f1751193920ef037a
MD5 be3be778ba26583d88fefcc5c78a2131
BLAKE2b-256 1cd420c4b83c7567f38227eef8ddcad7cd23605f743f581262f100254e302380

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page