X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..d4d849867aedf29df6cd3d764fa5bd9c0f6e8c76:/src/wolnelektury/settings/custom.py

diff --git a/src/wolnelektury/settings/custom.py b/src/wolnelektury/settings/custom.py
index 8830ebe6f..acea28b9f 100644
--- a/src/wolnelektury/settings/custom.py
+++ b/src/wolnelektury/settings/custom.py
@@ -1,3 +1,10 @@
+# -*- 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
+
 # limit number of filtering tags
 MAX_TAG_LIST = 6
 
@@ -15,3 +22,9 @@ CATALOGUE_CUSTOMPDF_RATE_LIMIT = '1/m'
 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')
+
+CATALOGUE_MIN_INITIALS = 60
+
+PICTURE_PAGE_SIZE = 20