Skip to content

Instantly share code, notes, and snippets.

@gapadventures
gapadventures / HtmlEmailExceptionMiddleware
Created October 19, 2010 15:03
HtmlEmailExceptionMiddleware
import sys
from django.conf import settings
from django.views import debug
from django.core.mail import EmailMultiAlternatives
from django.core import urlresolvers
from django import http
class HtmlEmailExceptionMiddleware(object):
'''
Middleware to email an html stacktrace and local variables like