Re: Build mobile apps for DJango sites — Would XML/JSON passing be the best approach?

2011-11-21 Thread esatterwh...@wi.rr.com
I'll have ot agree with the Andre. I had a pretty large django project That I wanted to "Make Mobile". I used minidetector to determine mobile browsers http://code.google.com/p/minidetector/ tastypie to feed data sencha touch to build a UI based on the data from tasty pie.

Re: Build mobile apps for DJango sites — Would XML/JSON passing be the best approach?

2011-11-21 Thread Andre Terra
You could probably use some help with the API. https://github.com/toastdriven/django-tastypie Cheers, AT On Mon, Nov 21, 2011 at 8:21 AM, Alec Taylor wrote: > Good evening, > > I am strongly considering building my project using DJango. > > My project will provide a

Build mobile apps for DJango sites — Would XML/JSON passing be the best approach?

2011-11-21 Thread Alec Taylor
Good evening, I am strongly considering building my project using DJango. My project will provide a web-interface and a mobile app. I was thinking to build the mobile app from XML sheets, i.e.: text here text here text here text here text here Then I could easily parse the XML file using