On Sun, Jan 31, 2016 at 2:16 PM, Martín Torre Castro < [email protected]> wrote:
> Hi, James, > > I'm trying with the django-debug-toolbar. I can't see anything because the > message "500: INTERNAL SERVER ERROR" appears. I tried in all the options > and keeps showing this 500 code message. > > But it comes to my attention that, for example, the tooltip for > "templates" shows "3 templates rendered". Anyway, I can't get the headers, > the request or anything using the django-debug-toolbar. :-( > > I will keep on with testing this. > Well, a 5XX error indicates an internal error. If you have DEBUG=True in your settings, Django should show you a traceback of what error it encountered. If it doesn't, you have a deeper problem with the web server itself, possibly with loading Django. You mentioned in your logs that you were receiving 2XX codes, which is contradictory. -James -- 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/CA%2Be%2BciXo35q0OPzPrSa%3DzS%2BG_5jUShCbF3iiUd0H2Tdoh5UqRA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

