Created
August 25, 2020 06:01
-
-
Save velotiotech/85d3238f6fce07b28ff7999a60ae86bf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REST_FRAMEWORK = { | |
"DEFAULT_RENDERER_CLASSES": ( | |
"core.renderer.CustomJSONRenderer", | |
"rest_framework.renderers.JSONRenderer", | |
"rest_framework.renderers.BrowsableAPIRenderer", | |
) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment