I am trying to send a DELETE request from a form in Django taking help from jQuery referring following link below;
https://baxeico.wordpress.com/2014/06/25/put-and-d
The problem is with your javascript code. You are submitting the form as a regular POST request and not using the $.ajax javascript code at all.
You should include jquery in a separate script tag, like this:
Then in another script tag you put your code: