django-debug-error-logging 1.0.0

django-debug-error-logging is a Django app that enables error logging in Django when DEBUG = True.Adding to your appAdd the following to urls.py:import debug_error_loggingdebug_error_logging.enable_error_logging_in_debug_mode()Publishing releases to...