Switched from hardcoded settings to config

This commit is contained in:
Dorian Lesbre 2021-02-19 11:46:42 +01:00
parent 46242ad2c0
commit beba3052dd
3 changed files with 13 additions and 11 deletions

View file

@ -203,8 +203,3 @@ MAIL_DATA = {
"REPLYTO": "BdA-Revente <bda-revente@ens.fr>",
},
}
# Max lookback date into kfet history
KFET_HISTORY_DATE_LIMIT = timedelta(weeks=1)
# limite plus longue pour les chef/trez
KFET_HISTORY_LONG_DATE_LIMIT = timedelta(days=30)