Django/piston + Silverlight, PUT/DELETE?
- by Jason Miesionczek
I am working on a Silverlight project that uses Django on the server using piston for the REST API. I understand that Silverlight doesn't support the PUT and DELETE http verbs. Is there another way i can pass these kinds of commands to piston?