ENH: Change default page size (#27)
This commit is contained in:
parent
eddec91d48
commit
9b09fe6cc8
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ REST_FRAMEWORK = {
|
|||
],
|
||||
'DEFAULT_VERSIONING_CLASS':
|
||||
'rest_framework.versioning.NamespaceVersioning',
|
||||
'PAGE_SIZE': 100,
|
||||
'PAGE_SIZE': 20,
|
||||
'EXCEPTION_HANDLER':
|
||||
'rest_framework_json_api.exceptions.exception_handler',
|
||||
'DEFAULT_PAGINATION_CLASS':
|
||||
|
|
Loading…
Add table
Reference in a new issue