On Jul 7, 4:35 pm, Jonathan Hayward
<christos.jonathan.hayw...@gmail.com> wrote:
> I'm working on a view made to output JSON for Ajax use. My log has:
>
> [07/Jul/2010 17:47:13] "POST /ajax/login HTTP/1.1" 500 50678
>
> That looks like Django gave a helpful and detailed stacktrace page, albeit
> to jQuery expecting JSON.

If there is a "human in the loop", you can use the Firebug extension
on Firefox to monitor requests and responses made via AJAX. I look at
Django 500 pages through Firebug all the time. ;-)

http://getfirebug.com/

Best,
BN

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to