On Wed, 2009-03-11 at 18:40 +1100, Joshua Partogi wrote:
> Dear all,
> 
> Does django support RESTful webservice meaning that I can invoke the
> Http method with RESTful URL?

Yes, except the question doesn't really make sense as you've written it
(you don't invoke an HTTP method). You have full control over your URL
structure, in any case. You can send requests to whatever you like.

For more details, see, for example, the Richardson and Ruby book
"RESTful Web Services", which includes some Django code examples.

> 
> Another thing does django supports JSON encoding and decoding?

Yes. Seriously, though, is this something you really needed to send a
post to the mailing list to ask? We're always happy to answer questions
about genuine areas of concern, but you have to bring some background
work of your own to the table. In this case, the first page of searching
for "django json" on Google is full of relevant links that would have
answered your question.

Regards,
Malcolm


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

Reply via email to