You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 26, 2020. It is now read-only.
Hi, I tried to use 'obtain_jwt_token' , but it didn't go well.
Environment
djangorestframework==3.9.0
djangorestframework==1.11.0
This is the setting about drf-jwt
I think it is totally the same as usage in 'django-rest-framework-jwt/docs/index.md'
Then, I tried to send http request to localhost://token-auth/
However, the response was 'JSONWebTokenAuthentication object has no attribute 'media_type''
So, I changed the setting as follows.
and then
The response was 'SessionAuthentication object has no attribute 'media_type''.
I don't know how to fix this situation.
I'll be glad if someone would help me.
The text was updated successfully, but these errors were encountered: