didier/didier/data/constants.py

11 lines
301 B
Python
Raw Normal View History

2022-07-15 23:14:56 +02:00
import settings
2022-09-17 19:22:27 +02:00
# The year in which we were in 1Ba
2022-07-15 23:14:56 +02:00
FIRST_YEAR = 2019
# Year to use when adding the current year of our education
# to find the academic year
OFFSET_FIRST_YEAR = FIRST_YEAR - 1
# The current academic year
CURRENT_YEAR = OFFSET_FIRST_YEAR + settings.YEAR
PREFIXES = ["didier", "big d"]