Reputation: 5842
I want to implement resful web services for a authenticating system on Django. Any help or guidance would be greatly appreciated. Although i tried to understand through some tutorial. Still i can't get the actual concept.
Upvotes: 0
Views: 294
Reputation: 185
As mentioned in answer to this relate question, also have a look at django-rest-framework, it provides authentication support via OAuth.
Upvotes: 0
Reputation: 25868
Have you looked at django-piston? This makes it quite simple to hook a RESTful API to your existing Django application.
Upvotes: 1