Re: question : Add HTTP-GET accessabilty to 'Poll', Based on samuraisam's django-json-rpc

2011-10-09 Thread bino oetomo
Dear All. C/q Tom Evans, Thankyou for your enlightment On 10/07/2011 05:25 PM, Tom Evans wrote: On Fri, Oct 7, 2011 at 6:31 AM, bino oetomo wrote: The URL you are trying to go to does not match up with the URL you configured in urls.py (nor does it match up with the docs you linked to). Your

Re: question : Add HTTP-GET accessabilty to 'Poll', Based on samuraisam's django-json-rpc

2011-10-07 Thread Tom Evans
On Fri, Oct 7, 2011 at 6:31 AM, bino oetomo wrote: > > Dear All ... > > Reff, samuraisam's django-json-rpc is at : > https://github.com/samuraisam/django-json-rpc#readme > > I try to implement that solution to my "Poll" app .. hope that it'll be > accessible via simple HTTP-GET. > > What I've done

question : Add HTTP-GET accessabilty to 'Poll', Based on samuraisam's django-json-rpc

2011-10-06 Thread bino oetomo
Dear All ... Reff, samuraisam's django-json-rpc is at : https://github.com/samuraisam/django-json-rpc#readme I try to implement that solution to my "Poll" app .. hope that it'll be accessible via simple HTTP-GET. What I've done : Below is mypoll/urls.py: from django.conf.urls.defaults