But that doesn't work with django,
Has anyone interfaced Django and Android? and if they did, is there
any reading material on it?
--
Thanks
Kevin Anthony
www.NoSideRacing.com
It might help if you were a little more specific. and gave some kind of
example.
What exactly do you mean with 'json' page?
an asynchronous get request to fetch json data or do you mean JSONRPC?
Django can well obtain the values of 'this' and of 'something' in a get
request.
with request.GET.get('this', '-')
and
reuest.GET.get('something', '-')
( but probably this is not what you meant)