7 lines
258 B
Python
7 lines
258 B
Python
REST_FRAMEWORK = {
|
|
"DEFAULT_AUTHENTICATION_CLASSES": [
|
|
'rest_framework.authentication.SessionAuthentication',
|
|
'rest_framework.authentication.BasicAuthentication'
|
|
'rest_framework_simplejwt.authentication.JWTAuthentication',
|
|
]
|
|
} |