src/irinotes/settings.py
changeset 119 8ff8e2aee0f9
parent 97 69eaef18b01b
child 126 ba8bc0199464
--- a/src/irinotes/settings.py	Tue Jul 18 17:59:28 2017 +0200
+++ b/src/irinotes/settings.py	Wed Jul 19 15:57:13 2017 +0200
@@ -225,7 +225,8 @@
         'rest_framework.authentication.SessionAuthentication',
         'rest_framework.authentication.BasicAuthentication',
     ),
-    'TEST_REQUEST_DEFAULT_FORMAT': 'json'
+    'TEST_REQUEST_DEFAULT_FORMAT': 'json',
+    'PAGE_SIZE': 100
 }
 
 REST_USE_JWT = True