DEBSOURCES
Skip Quicknav
sources / python-django-extensions / 1.7.4-1 / django_extensions / management / technical_response.py
123456
# -*- coding: utf-8 -*- import six def null_technical_500_response(request, exc_type, exc_value, tb, status_code=500): six.reraise(exc_type, exc_value, tb)