Re: [Django] how to debug when I send the data by POST.

2013-03-12 Thread Bill Freeman
These stack traces remind me of what happens when the request is taking a long time and the user decides not to wait, stopping the browser load (in this case maybe control-C-ing out of wget. So it sounds like the request is not completing, but that may be due to your debugging code (are you trying

[Django] how to debug when I send the data by POST.

2013-03-11 Thread lx
*hi: * * I'm a new one in django, I' using the django recevice the data by POST.* *for examle:* wget -v --post-file=conf.xml http://192.168.23.21:8001/time/ *this way can't show the wrong message, when I write the wrong code like this:* conf_xml = request.body root = ET.fromst