How do you use Django forms when receiving JSON Ajax requests from an iPad?
- by MikeN
I'm sending a lot of JSON requests from an iPad application to my Django web server. How do I translate forms I use on my website to handle an iPad web service?
Am I trying to solve the wrong problem, should a web service used from the iPad be redesigned to use REST-ful requests?