Skip to content

Commit 389d4e4

Browse files
committed
Merge pull request #24 from xordoquy/patch-1
Fix pagination configuration
2 parents 5676d7e + 9e34078 commit 389d4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
}
154154

155155
REST_FRAMEWORK = {
156-
'PAGINATE_BY': 10,
156+
'PAGE_SIZE': 10,
157157
}
158158

159159
import os

0 commit comments

Comments
 (0)