On Mon, Apr 6, 2009 at 5:35 PM, skunkwerk <[email protected]> wrote:
> > Hi, > i've been trying to figure out why i'm getting this error (i > removed the 500.html template to view the traceback, but am not sure > what's causing the unhandled exception in the first place). any > ideas? > Removing the 500.html template doesn't help in getting the traceback you really want to see -- as you see you just get a traceback reporting that the 500.html template can't be found. You either want to run with DEBUG set to True so you'll get a debug page, or if the problem is only occurring with DEBUG=False, make sure that the EMAIL_HOST, etc. settings are set properly so that the server can email the real traceback to you. (And put 500.html back, so you'll get the right traceback in the email.) 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 -~----------~----~----~----~------~----~------~--~---

