On Fri, Jan 29, 2010 at 4:03 PM, pyleaf <lg.feixi...@gmail.com> wrote:
> how REST looks like in django? > does Django support REST defautly? > > Django can be used to develop a REST API, it implements all the HTTP methods needed and Django views can easily generate JSON, XML or whatever you require. There's not much built-in infrastructure for REST, but add-ons like django-rest-interface (http://code.google.com/p/django-rest-interface/) do provide a lot of the boilerplate code. Malcolm -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.