Skip to main content

Verbose error views with minimal context fo Django

Project description

https://badge.fury.io/py/django-error-views.svg https://travis-ci.org/wooyek/django-error-views.svg?branch=master https://codecov.io/gh/wooyek/django-error-views/branch/master/graph/badge.svg

Verbose error views with minimal context fo Django

Documentation

The full documentation is at https://django-error-views.readthedocs.io.

Quickstart

Install Django Error Views:

pip install django-error-views

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'django_error_views.apps.DjangoErrorViewsConfig',
    ...
)

Add Django Error Views’s handlers to your project url.py:

from django_error_views.handlers import *

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.1.0 (2017-03-07)

  • First release on PyPI.

Project details


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