开发者

Restful webservices in Django

开发者 https://www.devze.com 2023-02-25 09:13 出处:网络
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

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

精彩评论

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