Method “PATCH” not allowed error in django
I have django rest framework and with generics views. Whenever I try to make a PATCH request, I get an error that method not allowed.
I have django rest framework and with generics views. Whenever I try to make a PATCH request, I get an error that method not allowed.