Skip to content

Override default dictionary for settings REST_FRAMEWORK #1212

Answered by sliverc
tobiasgardner asked this question in Q&A
Discussion options

You must be logged in to vote

DJA is only a thin layer over Django REST framework and fully depends on it, so it is therefore not possible to have two different setting dicts.

However, within Django REST framework you can overwrite the configuration in the view itself by setting the respective attribute. You could create your own JSON:API specific view and derive all classes from that view.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tobiasgardner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants