fixed lint and raised pagination page size to 1000 ":D"
This commit is contained in:
+1
-1
@@ -196,7 +196,7 @@ REST_FRAMEWORK = {
|
||||
'sustained': '1000/day'
|
||||
},
|
||||
# 'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.LimitOffsetPagination',
|
||||
#'PAGE_SIZE': 10,
|
||||
# 'PAGE_SIZE': 1000,
|
||||
'DEFAULT_FILTER_BACKENDS': (
|
||||
'django_filters.rest_framework.DjangoFilterBackend',
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user