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)
===================
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
Built Distribution
File details
Details for the file django-error-report-0.1.6.tar.gz
.
File metadata
- Download URL: django-error-report-0.1.6.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05c615f6a697cf2911ea23ba911b815a3036fbc711be42297b07e7a7fefcb9a2 |
|
MD5 | 7c8295704a76af3d78e6dc574fe73482 |
|
BLAKE2b-256 | 846db93bb473dcdd1df81acab019b77d3f4f41796eb5ad2198e2905ae2032b95 |
File details
Details for the file django_error_report-0.1.6-py2.7.egg
.
File metadata
- Download URL: django_error_report-0.1.6-py2.7.egg
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12009cc0684a04ea33e66037364e5609e9d6ef0fd8fbd26f1751193920ef037a |
|
MD5 | be3be778ba26583d88fefcc5c78a2131 |
|
BLAKE2b-256 | 1cd420c4b83c7567f38227eef8ddcad7cd23605f743f581262f100254e302380 |