Skip to content Skip to sidebar Skip to footer
Showing posts with the label Tastypie

Django: A More Dry Way To Prevent Edit/delete Of Objects?

After reading the permission Django documentation, I'm still confused. I'd like to prevent … Read more Django: A More Dry Way To Prevent Edit/delete Of Objects?

How To Filter Tomanyfield Of Django-tastypie By Request.user?

I'm building an API with tastypie for a django app for data based on the user. The resources ar… Read more How To Filter Tomanyfield Of Django-tastypie By Request.user?

Restful Web Services Consumed By Web And Native Mobile Apps With Authentication In Python Using Django Framework

I have to write RESTFUL web-services with authentication in python using django framework which wil… Read more Restful Web Services Consumed By Web And Native Mobile Apps With Authentication In Python Using Django Framework

Whats The Simplest And Safest Method To Generate A Api Key And Secret In Python

I need to generate a API key and Secret that would be stored in a Redis server. What would be the b… Read more Whats The Simplest And Safest Method To Generate A Api Key And Secret In Python

Integration Of Restkit With Django-tastypie

This is my first project using RestKit and I am trying to make my simple iOS application synchroniz… Read more Integration Of Restkit With Django-tastypie