X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..5221177061d377830cdee4079e57b777b53cb8a7:/src/wolnelektury/settings/custom.py diff --git a/src/wolnelektury/settings/custom.py b/src/wolnelektury/settings/custom.py index 8830ebe6f..fd8a42602 100644 --- a/src/wolnelektury/settings/custom.py +++ b/src/wolnelektury/settings/custom.py @@ -1,3 +1,6 @@ +import os +from .paths import VAR_DIR + # limit number of filtering tags MAX_TAG_LIST = 6 @@ -15,3 +18,5 @@ 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')