Switched from hardcoded settings to config
This commit is contained in:
parent
46242ad2c0
commit
beba3052dd
3 changed files with 13 additions and 11 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue