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.
精彩评论