.bumpversion.cfg
.pre-commit-config.yaml
CHANGELOG.rst
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
runtests.py
setup.cfg
setup.py
tox.ini
requirements/docs.in
requirements/docs.txt
requirements/py310-django32.txt
requirements/py310-django42.txt
requirements/py311-django32.txt
requirements/py311-django42.txt
requirements/py38-django32.txt
requirements/py38-django42.txt
requirements/py39-django32.txt
requirements/py39-django42.txt
requirements/requirements.in
src/django_errors/__init__.py
src/django_errors/apps.py
src/django_errors/urls.py
src/django_errors/views.py
src/django_errors.egg-info/PKG-INFO
src/django_errors.egg-info/SOURCES.txt
src/django_errors.egg-info/dependency_links.txt
src/django_errors.egg-info/not-zip-safe
src/django_errors.egg-info/requires.txt
src/django_errors.egg-info/top_level.txt
src/django_errors/locale/cn/LC_MESSAGES/django.po
src/django_errors/locale/de/LC_MESSAGES/django.po
src/django_errors/locale/en/LC_MESSAGES/django.po
src/django_errors/locale/es/LC_MESSAGES/django.po
src/django_errors/locale/fr/LC_MESSAGES/django.po
src/django_errors/locale/it/LC_MESSAGES/django.po
src/django_errors/locale/lt/LC_MESSAGES/django.po
src/django_errors/locale/ru/LC_MESSAGES/django.po
src/django_errors/middleware/__init__.py
src/django_errors/middleware/handler.py
src/django_errors/templates/errors/400.html
src/django_errors/templates/errors/403.html
src/django_errors/templates/errors/404.html
src/django_errors/templates/errors/405.html
src/django_errors/templates/errors/500.html
tests/__init__.py
tests/settings.py
tests/test_errors.py
tests/urls.py
tests/views.py