Code layout change.
[wolnelektury.git] / src / wolnelektury / settings / custom.py
diff --git a/src/wolnelektury/settings/custom.py b/src/wolnelektury/settings/custom.py
new file mode 100644 (file)
index 0000000..8830ebe
--- /dev/null
@@ -0,0 +1,17 @@
+# limit number of filtering tags
+MAX_TAG_LIST = 6
+
+NO_SEARCH_INDEX = False
+NO_CUSTOM_PDF = True
+
+CATALOGUE_DEFAULT_LANGUAGE = 'pol'
+PUBLISH_PLAN_FEED = 'http://redakcja.wolnelektury.pl/documents/track/editor-proofreading/?published=false'
+
+# limit rate for ebooks creation
+CATALOGUE_CUSTOMPDF_RATE_LIMIT = '1/m'
+
+# set to 'new' or 'old' to skip time-consuming test
+# for TeX morefloats library version
+LIBRARIAN_PDF_MOREFLOATS = None
+
+LATEST_BLOG_POSTS = "http://nowoczesnapolska.org.pl/feed/?cat=-135"