Skip to content

Commit 52c819d

Browse files
committed
add documentation for new DEJACODE_PAGINATE_BY setting
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 278c6cd commit 52c819d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/application-settings.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,16 @@ longer than this value.
162162
# 1 hour, in seconds.
163163
SESSION_COOKIE_AGE=3600
164164
165+
.. _dejacode_settings_paginate_by:
166+
167+
DEJACODE_PAGINATE_BY
168+
--------------------
169+
170+
The number of objects display per page for each object type can be customized with the
171+
following setting::
172+
173+
DEJACODE_PAGINATE_BY=product=20,package=100,license=100,report=50,request=50,scan=50
174+
165175
DEJACODE_LOG_LEVEL
166176
------------------
167177

0 commit comments

Comments
 (0)