When your Django application throws an exception, Django sends you an error message that contains some useful information. It's great. But there is one piece of information that would be useful for debugging, but missing from these emails: locals()
.
How can I do Django include locals()
email messages?
source share