Skip to content

Instantly share code, notes, and snippets.

@yerkbn
Created October 25, 2018 15:15
Show Gist options
  • Save yerkbn/a82ea2a7b8c162aa15c07b90262bfd7d to your computer and use it in GitHub Desktop.
Save yerkbn/a82ea2a7b8c162aa15c07b90262bfd7d to your computer and use it in GitHub Desktop.
REST_FRAMEWORK = {
'DEFAULT_AUTHENTICATION_CLASSES': (
'rest_framework.authentication.TokenAuthentication',
),
'DEFAULT_PERMISSION_CLASSES': (
'rest_framework.permissions.IsAuthenticated',
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment