Skip to content Skip to sidebar Skip to footer
Showing posts with the label Django Piston

Django: Custom Serialization Options?

I'm working on a Django-based web service and I'm trying to figure out what the best way to… Read more Django: Custom Serialization Options?

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

Unboundlocalerror: Local Variable 'prod_available' Referenced Before Assignment

I am developing a reservation system, and i have a function that save the quantity of a product... … Read more Unboundlocalerror: Local Variable 'prod_available' Referenced Before Assignment