I have DEBUG = True in my settings. When making the request the 200 http code appears. The 500 "Internal server error" code only appears when trying to obtain info through the django-debug-toolbar
On 2 February 2016 at 00:06, James Schneider <[email protected]> wrote: > > 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 a topic in the > Google Groups "Django users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/django-users/mAi_fB_MTwo/unsubscribe. > To unsubscribe from this group and all its topics, 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 > <https://groups.google.com/d/msgid/django-users/CA%2Be%2BciXo35q0OPzPrSa%3DzS%2BG_5jUShCbF3iiUd0H2Tdoh5UqRA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CAKijOkwRcik8K_fuzx%2BDJTRza6vXJyop3QaijZCnsr%3Drdm5gcQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

