fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
New menu.
[wolnelektury.git]
/
src
/
wolnelektury
/
settings
/
custom.py
diff --git
a/src/wolnelektury/settings/custom.py
b/src/wolnelektury/settings/custom.py
index
814289b
..
da3af83
100644
(file)
--- a/
src/wolnelektury/settings/custom.py
+++ b/
src/wolnelektury/settings/custom.py
@@
-1,6
+1,7
@@
# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
#
# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
#
+from datetime import date
import os
from .paths import VAR_DIR
import os
from .paths import VAR_DIR
@@
-39,6
+40,11
@@
CLUB_PAYU_POS = '300746'
CLUB_PAYU_RECURRING_POS = '300746'
CLUB_APP_HOST = None
CLUB_PAYU_RECURRING_POS = '300746'
CLUB_APP_HOST = None
+CLUB_RETRIES_START = date(2022, 4, 20)
+CLUB_RETRY_DAYS_MAX = 90
+CLUB_RETRY_DAYS_DAILY = 3
+CLUB_RETRY_LESS = 7
+
MESSAGING_MIN_DAYS = 2
NEWSLETTER_PHPLIST_SUBSCRIBE_URL = None
MESSAGING_MIN_DAYS = 2
NEWSLETTER_PHPLIST_SUBSCRIBE_URL = None
@@
-57,3
+63,5
@@
CIVICRM_ACTIVITIES = {
'Recurring contribution': 'Wpłata cykliczna',
'Failed contribution': 'Nieudana wpłata',
}
'Recurring contribution': 'Wpłata cykliczna',
'Failed contribution': 'Nieudana wpłata',
}
+
+EXPERIMENTS_LAYOUT = 0