user list qoshildi

This commit is contained in:
behruz-dev
2025-11-26 16:35:18 +05:00
parent d9bdf91352
commit 6965fed7f5
10 changed files with 203 additions and 0 deletions

View File

@@ -4,4 +4,6 @@ REST_FRAMEWORK = {
'rest_framework.authentication.BasicAuthentication',
'rest_framework_simplejwt.authentication.JWTAuthentication',
],
'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.LimitOffsetPagination',
'PAGE_SIZE': 10
}