Skip to content

Instantly share code, notes, and snippets.

@ntoll
Created February 14, 2020 16:00
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 ntoll/6bb412b7503aef518e0968d7e83a904e to your computer and use it in GitHub Desktop.
Save ntoll/6bb412b7503aef518e0968d7e83a904e to your computer and use it in GitHub Desktop.
REST_FRAMEWORK = {
"DEFAULT_PERMISSION_CLASSES": [
"rest_framework.permissions.DjangoModelPermissionsOrAnonReadOnly"
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment