Skip to content

Instantly share code, notes, and snippets.

@kevin-brown
Last active August 29, 2015 14:05
Show Gist options
  • Save kevin-brown/268039d7f4c0abcb14ce to your computer and use it in GitHub Desktop.
Save kevin-brown/268039d7f4c0abcb14ce to your computer and use it in GitHub Desktop.
# Do not include the browsable api renderer in the initial list of classes
if not DEBUG:
REST_FRAMEWORK["DEFAULT_RENDERER_CLASSES"] += [
"rest_framework.renderers.BrowsableAPIRenderer",
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment