[Django]-Webservices in Django

5👍

I’ve been using Django REST Framework. It’s really good and you can get started with their tutorials, see here:

http://django-rest-framework.org

Tastypie seems to be really good as well http://tastypieapi.org – you should probably check both to see what you are more confortable with.

You cannot go wrong with any of these. Don’t start from scratch.

Leave a comment