2010/1/26 Damon Jablons <[email protected]> > Thank you for the concern. > > I included a link to dpaste in my original response, but I think > google groups cut it out: > "Here's my settings.py and local_settings.py on dpa(s)te.com: > http://dpaste.com/150368/ " > > To debug a problem that only appears with DEBUG=False, you must set ADMINS to include a valid email address to send error reports to. (Depending on your machine setup, you may also need to set EMAIL_HOST and other EMAIL_XXX values so Django can successfully send mail). You don't appear to have done this, since the only "person" you have listed in ADMINS is John Doe with a pretty clearly fictional email address.
See: http://docs.djangoproject.com/en/dev/ref/settings/#admins Karen -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

