remove default page size
This commit is contained in:
parent
3b2d9ed381
commit
574d0f8e8e
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ REST_FRAMEWORK = {
|
|||
'rest_framework.filters.SearchFilter',
|
||||
),
|
||||
'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.LimitOffsetPagination',
|
||||
'PAGE_SIZE': 50
|
||||
# 'PAGE_SIZE': 50
|
||||
}
|
||||
|
||||
LOCALE_PATHS = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue