Django, Json and Android

2011-08-11 Thread Kevin Anthony
i'm trying to interface a django json page with an android application. it seems most json applications written for android use www.somepage.com/json.php?this=that&something=anotherthing But that doesn't work with django, Has anyone interfaced Django and Android? and if they did, is there any rea

Re: Django, Json and Android

2011-08-12 Thread Gelonida N
On 08/12/2011 03:13 AM, Kevin Anthony wrote: > i'm trying to interface a django json page with an android application. > it seems most json applications written for android use > www.somepage.com/json.php?this=that&something=anotherthing > > But that doesn't work with django, > > Has anyone inter

Re: Django, Json and Android

2011-08-12 Thread Daniel Roseman
On Friday, 12 August 2011 02:13:13 UTC+1, Kevin Anthony wrote: > > i'm trying to interface a django json page with an android application. > it seems most json applications written for android use > www.somepage.com/json.php?this=that&something=anotherthing > > But that doesn't work with django, >