fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix custom pdf w/pictures
[wolnelektury.git]
/
src
/
wolnelektury
/
settings
/
custom.py
diff --git
a/src/wolnelektury/settings/custom.py
b/src/wolnelektury/settings/custom.py
index
fd8a426
..
acea28b
100644
(file)
--- a/
src/wolnelektury/settings/custom.py
+++ b/
src/wolnelektury/settings/custom.py
@@
-1,3
+1,7
@@
+# -*- 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.
+#
import os
from .paths import VAR_DIR
import os
from .paths import VAR_DIR
@@
-20,3
+24,7
@@
LIBRARIAN_PDF_MOREFLOATS = None
LATEST_BLOG_POSTS = "http://nowoczesnapolska.org.pl/feed/?cat=-135"
CATALOGUE_COUNTERS_FILE = os.path.join(VAR_DIR, 'catalogue_counters.p')
LATEST_BLOG_POSTS = "http://nowoczesnapolska.org.pl/feed/?cat=-135"
CATALOGUE_COUNTERS_FILE = os.path.join(VAR_DIR, 'catalogue_counters.p')
+
+CATALOGUE_MIN_INITIALS = 60
+
+PICTURE_PAGE_SIZE = 20