health-apps-cms/utils.py

3 lines
67 B
Python

# Database pagination constants
DEFAULT_SKIP = 0
DEFAULT_LIMIT = 10