How can I send data and media/image with PUT method.
Because when I do that it’s not happening.
How can I send data and media/image with PUT method.
Because when I do that it’s not happening.
Welcome @feniltr !
If you’re using class-based views, you have to configure your view to handle that verb. (By default, the Django CBVs only handle GET and POST, since that’s all that a browser will submit.)