Using django-rest-interface

后端 未结 4 1100
轮回少年
轮回少年 2020-12-25 14:44

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.

4条回答
  •  醉梦人生
    2020-12-25 15:38

    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)

提交回复
热议问题