Skip to content

Instantly share code, notes, and snippets.

@chrisforrette
Created November 12, 2015 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisforrette/cf479044a084b34c6ba3 to your computer and use it in GitHub Desktop.
Save chrisforrette/cf479044a084b34c6ba3 to your computer and use it in GitHub Desktop.
REST_FRAMEWORK = {
'DEFAULT_PERMISSION_CLASSES': [
'rest_framework.permissions.IsAuthenticatedOrReadOnly'
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment