File: app.cfg.example

package info (click to toggle)
flask-paginate 2024.4.12-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 416 kB
  • sloc: python: 961; makefile: 143
file content (12 lines) | stat: -rw-r--r-- 384 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
PER_PAGE = 10
PAGINATION_CSS_FRAMEWORK = "boostrap5"
PAGINATION_LINK_SIZE = "sm"

# decide whether or not a single page returns pagination
PAGINATION_SHOW_SINGLE_PAGE = False
PAGINATION_INCLUDE_FIRST_PAGE_NUMBER = False
PAGINATION_PREV_REL = "prev"
PAGINATION_NEXT_REL = "next prefetch"
PAGINATION_RECORD_NAME = "records
PAGINATION_FORMAT_TOTAL = True
PAGINATION_FORMAT_NUMBER = True