packagelarni ornatib sozlab chiqish kerak #2: issue bajarildi

This commit is contained in:
behruz-dev
2025-11-19 17:18:16 +05:00
parent 6025b296ad
commit 172e2d23c0
9 changed files with 156 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
REST_FRAMEWORK = {
'DEFAULT_AUTHENTICATION_CLASSES': [
'rest_framework.authentication.SessionAuthentication',
'rest_framework.authentication.BasicAuthentication'
'rest_framework_simplejwt.authentication.JWTAuthentication',
],
}