I understand Django should send an email when there's an error and debug=False.
It doesn't. Not for me anyway. Here's the settings: DEBUG = False TEMPLATE_DEBUG = False ADMINS = ( ('Tim Baxter', '[EMAIL PROTECTED]'), ) and that's my email. Am I missing something? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---