Verbose error views with minimal context and integration with Sentry
Project description
Verbose error views with minimal context and integration with Sentry
Free software: GNU Affero General Public License v3
Documentation: https://django-error-views.readthedocs.io.
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
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
Built Distribution
File details
Details for the file django-error-views-0.5.1.tar.gz
.
File metadata
- Download URL: django-error-views-0.5.1.tar.gz
- Upload date:
- Size: 52.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00ad0f0ea3d15f45406b4b393b7f8a51457473e054eaa2898bf17b8845790890 |
|
MD5 | 8bb034648e9d8e02e553feed287b54f0 |
|
BLAKE2b-256 | 4e12d0dd993940838d4480255976391fd7c881c485b52586767a2073b28a3526 |
File details
Details for the file django_error_views-0.5.1-py2.py3-none-any.whl
.
File metadata
- Download URL: django_error_views-0.5.1-py2.py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4cdf2ffeff34abd951336870573c4096eaf8a3914fd2f9e3b14d74bda1c71a2c |
|
MD5 | 826edd3bea45b2a28b0a3bb206bf3d6c |
|
BLAKE2b-256 | 74d57d076c26c051854d9aacfc6429997235b1f601f74aefdf35e1946c00d00c |