http://django-rest-framework.org/トークンを使用しており、トークンを取得しようとしています。私はガイドに従いました。でも、
URLに投稿しようとすると:
Request Url: http://127.0.0.1:8001/api-token-auth/
Request Method: POST
Status Code: 415
Params: {
"username": "test",
"password": "test123"
}
次の応答が得られます
{
"detail": "Unsupported media type 'application/xml' in request."
}
どうしてこれなの?
ありがとうございました。