Skip to content

Instantly share code, notes, and snippets.

@mansha99
Created July 4, 2023 13:54
Show Gist options
  • Save mansha99/780b783c64076f3c2dde5d370861ad98 to your computer and use it in GitHub Desktop.
Save mansha99/780b783c64076f3c2dde5d370861ad98 to your computer and use it in GitHub Desktop.
notice_app
REST_FRAMEWORK = {
'DEFAULT_AUTHENTICATION_CLASSES': [
'rest_framework_simplejwt.authentication.JWTAuthentication',
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment