Skip to content

Commit 9e34078

Browse files
committed
Fix pagination configuration
Following the changes in 3.3.x
1 parent 5676d7e commit 9e34078

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)