[Update] remote default PAGE_SIZE stting

pull/968/head
ibuler 2018-01-20 23:02:17 +08:00
parent 8fe3caf2ea
commit 7f18821990
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ REST_FRAMEWORK = {
'DATETIME_FORMAT': '%Y-%m-%d %H:%M:%S %z',
'DATETIME_INPUT_FORMATS': ['%Y-%m-%d %H:%M:%S %z'],
# 'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.LimitOffsetPagination',
'PAGE_SIZE': 15
# 'PAGE_SIZE': 15
}
AUTHENTICATION_BACKENDS = [