Re: Python-requests call within view hangs LiveServerTestCase

2014-02-15 Thread Ashwin Raju
Ping. Anybody? On Saturday, February 15, 2014 8:31:05 AM UTC-8, Ashwin Raju wrote: > > I have implemented a REST api using django rest framework. I am now > implementing a website to prove consumption of the rest api. So in my view > code, I validate the form input then use python

Python-requests call within view hangs LiveServerTestCase

2014-02-15 Thread Ashwin Raju
I have implemented a REST api using django rest framework. I am now implementing a website to prove consumption of the rest api. So in my view code, I validate the form input then use python-requests to call the api. This is so that in the future, mobile clients can directly consume the api. I