tutor-deck/tutordeck/server/constants.py
Muhammad Labeeb d2c41f4639
chore: change repo name
* automatically add issues to project board

* chore: rename app
2025-03-28 19:51:39 +05:00

5 lines
118 B
Python

SHORT_SLEEP_SECONDS = 0.1
ONE_MONTH = 60 * 60 * 24 * 30
WARNING_COOKIE_PREFIX = "warning-cookie"
ITEMS_PER_PAGE = 100