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?

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