I have a django application that I\'d like to add some rest interfaces to. I\'ve seen http://code.google.com/p/django-rest-interface/ but it seems to be pretty simplistic.
Please do have a look at django-rest-framework, I just stepped over from tastypie to this new framework, works great!
http://django-rest-framework.org/
Especially the class based views and the browsable api! and many other advantages (e..g. to upload images)