📜  不支持的媒体类型 django - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:14.219000             🧑  作者: Mango

代码示例1
You are probably sending your request with a MIME type that your method is not ready to work with.

Check out the media types in here:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Complete_list_of_MIME_types

Can't say much without looking at your request, but i hope it helps.