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. 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.5.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

django_error_report-0.1.5-py2.7.egg (12.9 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-error-report-0.1.5.tar.gz
Algorithm Hash digest
SHA256 1ca5f457c7058b3801f640d35fe4ab3e227d15399c269a3ea8d45382d88b8271
MD5 277b60ff66baa366c3ae95d80d5d2a4c
BLAKE2b-256 4994c19a7b4c3aac066755c80f6ba0408a183485f6f9085b484efd9b61084e68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_error_report-0.1.5-py2.7.egg
Algorithm Hash digest
SHA256 6b66a14262e62295af389a4eb2e40ba81a4c911480b80c150e3b444596823072
MD5 2c0b535009798ea2ea0536f7f12454e5
BLAKE2b-256 419105f58ae9ade29869bed3b052ffdbd4cad87677a23d5f9c5e690e2f16a6ee

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