On Tue, Oct 28, 2008 at 2:58 PM, janedenone <[EMAIL PROTECTED]>wrote:

>
> Hi,
>
> it must be some kind of unhandled exception, but I fail to see where
> it might occur. I now boiled down the app to a single URL pattern and
> a single view:
>
[snipped]

If you configure ADMINS and EMAIL_HOST, etc. so that Django can successfully
send email, then the traceback from the uncaught exception will be mailed to
whatever email address you include in ADMINS.  Much easier than guessing
what might be happening.

Karen

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to