remove default page size

This commit is contained in:
Laura Klünder 2016-09-11 21:45:02 +02:00
parent 3b2d9ed381
commit 574d0f8e8e

View file

@ -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 = (