I have come across an interesting issue with my error handling. Whenever I go to a URL that throws an exception (I have one for testing) as one of the ADMINS when DEBUG is False, I get the 500 error, and the email from the server indicating it. When a different user navigates to the URL, the development server returns a 200, but it renders the 500 error message page, and I get no email message. I have tried restoring all email and logging settings to their Django defaults, but I continue to get this issue. If you have any ideas, I'm quite interested.
-- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2ac5947cc43a45c3a6b71bf773fa640f%40iss2.ISS.LOCAL. For more options, visit https://groups.google.com/d/optout.

