I googled the following question: How can I use the put method in HTML by form?
but I found many answers one of them is (Using PUT method in HTML form) for that, I need to use the put method because I would like to handle the response by Django in Views model so, in Views, there are many different methods to deal with requests like (GET, POST, PUT, and many others).
so, if I decided to use the put method, for example, I should as I understand get the request that has been modified by the PUT method as I believe that this is how Django works.
could anyone help, please? thanks