Metadata-Version: 2.1
Name: django-handler500
Version: 0.0.1
Summary: django handler500
Keywords: django
Classifier: Framework :: Django
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: Django
Requires-Dist: setuptools

### Installation
```bash
$ pip install django-handler500
```

### Features
+   `django.views.debug.technical_500_response` if `request.user.is_superuser`
+   `django.views.defaults.server_error` default

### Examples
`urls.py`
```python
handler500 = "django_handler500.handler500"
```

