Skip to content

Instantly share code, notes, and snippets.

@sankalpjonn
Last active March 20, 2021 16:09
Show Gist options
  • Select an option

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

Select an option

Save sankalpjonn/53d484e619275f31b2f5452e23523475 to your computer and use it in GitHub Desktop.
REST_FRAMEWORK = {
'DEFAULT_AUTHENTICATION_CLASSES': (
'rest_framework.authentication.TokenAuthentication'
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment