I've a project that need integration with PUT and DELETE method recently. However it has being quite large for me to refactory it using Django Restful Project. How can I get PUT and DELETE method, and its data like POST simply?
Is there a quick middleware for it?
Thx in advance.