|
83 | 83 | # If you're performance testing, you will want to use the browseable API
|
84 | 84 | # without forms, as the forms can generate their own queries.
|
85 | 85 | # If performance testing, enable:
|
86 | | - 'example.utils.BrowsableAPIRendererWithoutForms', |
| 86 | + # 'example.utils.BrowsableAPIRendererWithoutForms', |
87 | 87 | # Otherwise, to play around with the browseable API, enable:
|
88 | | - # 'rest_framework.renderers.BrowsableAPIRenderer', |
| 88 | + 'rest_framework.renderers.BrowsableAPIRenderer', |
89 | 89 | ),
|
90 | 90 | 'DEFAULT_METADATA_CLASS': 'rest_framework_json_api.metadata.JSONAPIMetadata',
|
91 | 91 | }
|
0 commit comments