Skip to content

Instantly share code, notes, and snippets.

@comma3
Created June 3, 2017 00:33
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 comma3/6c4181322880f0a6d63bbe1c7f31eb33 to your computer and use it in GitHub Desktop.
Save comma3/6c4181322880f0a6d63bbe1c7f31eb33 to your computer and use it in GitHub Desktop.
REST_FRAMEWORK = {
'DEFAULT_AUTHENTICATION_CLASSES': (
'rest_framework.authentication.BasicAuthentication',
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment