Skip to content

Instantly share code, notes, and snippets.

@sankalpjonn
Created March 20, 2021 16:41
Show Gist options
  • Select an option

  • Save sankalpjonn/e21fd5ed0c14fa59479bf56462f03307 to your computer and use it in GitHub Desktop.

Select an option

Save sankalpjonn/e21fd5ed0c14fa59479bf56462f03307 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