开发者

Restful webservices in Django

I want to implement resful web services for a authenticating system on Django. Any help or guidance would be greatly appreciated. Although 开发者_StackOverflow中文版i tried to understand through some tutorial. Still i can't get the actual concept.


Have you looked at django-piston? This makes it quite simple to hook a RESTful API to your existing Django application.


As mentioned in answer to this relate question, also have a look at django-rest-framework, it provides authentication support via OAuth.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜