Abdul Kader
Abdul Kader

Reputation: 5842

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 i tried to understand through some tutorial. Still i can't get the actual concept.

Upvotes: 0

Views: 294

Answers (2)

Bruno Girin
Bruno Girin

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

Gary Chambers
Gary Chambers

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

Related Questions