Skip to main content

Verbose error views with minimal context and integration with Sentry

Project description

Verbose error views with minimal context and integration with Sentry

https://img.shields.io/pypi/v/django-error-views.svg https://img.shields.io/travis/wooyek/django-error-views.svg Documentation Status Coveralls.io coverage CodeCov coverage Maintainability License Tweet about this project https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg

Features

  • Pending :D

Demo

To run an example project for this django reusable app, click the button below and start a demo serwer on Heroku

Deploy Django Opt-out example project to Heroku

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 URL patterns:

import django_error_views.urls


urlpatterns = [
    ...
    url(r'^', include(django_error_views.urls)),
    ...
]

Running Tests

Does the code actually work?

$ pipenv install --dev
$ pipenv shell
$ tox

We recommend using pipenv but a legacy approach to creating virtualenv and installing requirements should also work. Please install requirements/development.txt to setup virtual env for testing and development.

Credits

This package was created with Cookiecutter and the wooyek/cookiecutter-django-app project template.

History

0.2.4 (2018-03-20)

  • First release on PyPI.

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-views-0.5.0.tar.gz (53.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_error_views-0.5.0-py2.py3-none-any.whl (12.5 kB view details)

Uploaded Python 2Python 3

File details

Details for the file django-error-views-0.5.0.tar.gz.

File metadata

File hashes

Hashes for django-error-views-0.5.0.tar.gz
Algorithm Hash digest
SHA256 328e8e2675dfbe744e5ce0e2f79a8a457473bcf8d567b59aff6d6d05d58a0ebe
MD5 e21cc516baaee5ec0f45b99ac581ff99
BLAKE2b-256 2eb63457de10b8a93df7030580650a7615073629d355d4f96a27362f9dd7636f

See more details on using hashes here.

File details

Details for the file django_error_views-0.5.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_error_views-0.5.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 fc1ef260fcb068fc8f47555ccfeadcdce4fb2424736c9df451aa0743a95e58e4
MD5 1796f57f9fa84536088f97f4cc9b209d
BLAKE2b-256 b1133a77b70ed9177c72c564c95290ad229a380c9af77b34a09785ea5b1f10a6

See more details on using hashes here.

Supported by

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