fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Preview access for book funders.
[wolnelektury.git]
/
src
/
wolnelektury
/
settings
/
custom.py
diff --git
a/src/wolnelektury/settings/custom.py
b/src/wolnelektury/settings/custom.py
index
ab4719e
..
814289b
100644
(file)
--- a/
src/wolnelektury/settings/custom.py
+++ b/
src/wolnelektury/settings/custom.py
@@
-1,4
+1,3
@@
-# -*- coding: utf-8 -*-
# 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.
#
@@
-8,7
+7,6
@@
from .paths import VAR_DIR
# limit number of filtering tags
MAX_TAG_LIST = 6
# limit number of filtering tags
MAX_TAG_LIST = 6
-NO_SEARCH_INDEX = False
NO_CUSTOM_PDF = True
CATALOGUE_DEFAULT_LANGUAGE = 'pol'
NO_CUSTOM_PDF = True
CATALOGUE_DEFAULT_LANGUAGE = 'pol'
@@
-29,8
+27,6
@@
CATALOGUE_MIN_INITIALS = 60
PICTURE_PAGE_SIZE = 20
PICTURE_PAGE_SIZE = 20
-CONTACT_FORMS_MODULE = 'wolnelektury.contact_forms'
-
PAYU_POS = {
'300746': {
'client_secret': '2ee86a66e5d97e3fadc400c9f19b065d',
PAYU_POS = {
'300746': {
'client_secret': '2ee86a66e5d97e3fadc400c9f19b065d',
@@
-41,4
+37,23
@@
PAYU_POS = {
CLUB_PAYU_POS = '300746'
CLUB_PAYU_RECURRING_POS = '300746'
CLUB_PAYU_POS = '300746'
CLUB_PAYU_RECURRING_POS = '300746'
+CLUB_APP_HOST = None
+
+MESSAGING_MIN_DAYS = 2
+
+NEWSLETTER_PHPLIST_SUBSCRIBE_URL = None
+
+VARIANTS = {
+}
+
+EPUB_FUNDRAISING = []
+
+CIVICRM_BASE = None
+CIVICRM_KEY = None
+
+CIVICRM_ACTIVITIES = {
+ 'Contribution': 'Wpłata',
+ 'Recurring contribution': 'Wpłata cykliczna',
+ 'Failed contribution': 'Nieudana wpłata',
+}