fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Translators as authors.
[wolnelektury.git]
/
src
/
wolnelektury
/
settings
/
custom.py
diff --git
a/src/wolnelektury/settings/custom.py
b/src/wolnelektury/settings/custom.py
index
fa1b8d2
..
a9ae731
100644
(file)
--- a/
src/wolnelektury/settings/custom.py
+++ b/
src/wolnelektury/settings/custom.py
@@
-1,5
+1,5
@@
-# This file is part of Wolne
l
ektury, licensed under GNU Affero GPLv3 or later.
-# Copyright © Fundacja
Nowoczesna Polska
. See NOTICE for more information.
+# This file is part of Wolne
L
ektury, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja
Wolne Lektury
. See NOTICE for more information.
#
from datetime import date
import os
#
from datetime import date
import os
@@
-20,7
+20,7
@@
CATALOGUE_CUSTOMPDF_RATE_LIMIT = '1/m'
# for TeX morefloats library version
LIBRARIAN_PDF_MOREFLOATS = None
# for TeX morefloats library version
LIBRARIAN_PDF_MOREFLOATS = None
-LATEST_BLOG_POSTS = "http
://nowoczesnapolska.org
.pl/feed/?cat=-135"
+LATEST_BLOG_POSTS = "http
s://fundacja.wolnelektury
.pl/feed/?cat=-135"
CATALOGUE_COUNTERS_FILE = os.path.join(VAR_DIR, 'catalogue_counters.p')
CATALOGUE_COUNTERS_FILE = os.path.join(VAR_DIR, 'catalogue_counters.p')
@@
-66,6
+66,11
@@
CIVICRM_ACTIVITIES = {
'Failed contribution': 'Nieudana wpłata',
}
'Failed contribution': 'Nieudana wpłata',
}
-EXPERIMENTS_LAYOUT = 0
+EXPERIMENTS_LAYOUT = 1
+EXPERIMENTS_SOWKA = 0
WIDGETS = {}
WIDGETS = {}
+
+SEARCH_CONFIG = 'english'
+SEARCH_CONFIG_SIMPLE = 'simple'
+SEARCH_USE_UNACCENT = False