Replies: 1 comment 3 replies
-
Hi @dcs3spp and welcome to DJA. It seems that you hit issue #812 I guess in the browsable api you choose format which then causes this issue. As far as I see by your code snippet is the default JSON:API anyway so no need to choose format. If this does not work another workaround would be for test cases to temporarily remove |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am a new user struggling to get django-rest_framework-json-api configured to return a response when using the API from a browser.
If I browse to an API endpoint, e.g.
I am receiving the response
I have listed settings, views etc... below. Can anyone help?
Settings
Serializer
Model
View
Beta Was this translation helpful? Give feedback.
All reactions