Is there a way to get Django to email me error reports even though I have debug set to True?
I didn't see anything in the docs.
Edit:
I'm on Django 1.2 if it matters. No, this isn't a production system.
|
Is there a way to get Django to email me error reports even though I have debug set to True? I didn't see anything in the docs. Edit: I'm on Django 1.2 if it matters. No, this isn't a production system.
| |||||
feedback
|
|
You might want to look at django-sentry. It's really designed for use in production, but it has Besides, when you do eventually go to production, it'll be a life-saver. | |||
|
feedback
|