https://groups.google.com/forum/?fromgroups#!topic/django-developers/dxI4qVzrBY4

On Sun, Jun 10, 2012 at 7:34 PM, Ejah <ej.huijb...@gmail.com> wrote:

> If you want to add something, you will probably use a form and in it's
> template you can specify that the method is 'post'. Similar for put,
> get etc.
> Hth
>
> On 10 jun, 16:36, vinod kumar <vk.86....@gmail.com> wrote:
> > Dear   Timothy Makobu,
> >
> > Thanks for your explanation. I got the part which you explained. My doubt
> > is :
> > on the browser we just give the url and the respective functions will be
> > called on back end and output is returned out.
> > If I want to GET the details of some nodes, I will just give the url as
> > (let us say)http://example.com/app1/nodes
> > Now, this method will be detected as GET in the handler.
> > In the same way, if I want to PUT a node into the nodes, what should I
> do?
> > How do I write the url in the browser to add some node to the existing
> > nodes.
> >
> > Thanks,
> > Vinodh
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to