This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pinry
mirror of
https://github.com/pinry/pinry.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
44
Wiki
Activity
Browse Source
Fix: Use API_LIMIT_PER_PAGE in drs-settings
pull/139/head
winkidney
5 years ago
parent
22f070ff2b
commit
e120af94cf
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pinry/settings/base.py
+ 1
- 1
pinry/settings/base.py
View File
@@ -157,5 +157,5 @@ REST_FRAMEWORK = {
),
'URL_FIELD_NAME': DRF_URL_FIELD_NAME,
'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.LimitOffsetPagination',
'PAGE_SIZE':
50
,
'PAGE_SIZE':
API_LIMIT_PER_PAGE
,
}
Write
Preview
Loading…
Cancel
Save