Commit 237c2ebc by zmmachar

Update renderers.md

jsonp renderer not in the yaml package
parent 0ca11454
......@@ -406,7 +406,7 @@ Modify your REST framework settings.
REST_FRAMEWORK = {
'DEFAULT_RENDERER_CLASSES': (
'rest_framework_yaml.renderers.JSONPRenderer',
'rest_framework_jsonp.renderers.JSONPRenderer',
),
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment