Django ease of building a RESTful interface

前端 未结 6 931
渐次进展
渐次进展 2020-12-25 09:43

I\'m looking for an excuse to learn Django for a new project that has come up. Typically I like to build RESTful server-side interfaces where a URL maps to resources that sp

6条回答
  •  悲哀的现实
    2020-12-25 10:09

    Take a look at Piston, it's a mini-framework for Django for creating RESTful APIs.

    A recent blog post by Eric Holscher provides some more insight on the PROs of using Piston: Large Problems in Django, Mostly Solved: APIs

提交回复
热议问题