Skip to content

Commit ab88961

Browse files
author
Gabriel Monroy
committed
paginate by 100 instead of 10 fixes #44
1 parent b455a1d commit ab88961

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deis/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
'DEFAULT_AUTHENTICATION_CLASSES': (
179179
'rest_framework.authentication.SessionAuthentication',
180180
),
181-
'PAGINATE_BY': 10,
181+
'PAGINATE_BY': 100,
182182
}
183183

184184
# URLs that end with slashes are ugly

0 commit comments

Comments
 (0)