How do you use Django forms when receiving JSON Ajax requests from an iPad?

Posted by MikeN on Stack Overflow See other posts from Stack Overflow or by MikeN
Published on 2010-04-21T14:21:44Z Indexed on 2010/04/21 14:23 UTC
Read the original article Hit count: 228

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about ipad

Related posts about django