Reputation: 2564
I want to create a Django based web-service which can return Images. I have some queries regarding same. Also, please consider the fact that I have to call web-service from Android app too.
Thanks in advance!!
Upvotes: 3
Views: 11390
Reputation: 5496
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.
Upvotes: 5