all audiobooks ever feed instead of public audiobooks in all formats
[wolnelektury.git] / wolnelektury / settings.py
index 3c3bd48..a50763d 100644 (file)
@@ -198,6 +198,9 @@ TRANSLATION_REGISTRY = "wolnelektury.translation"
 # limit number of filtering tags
 MAX_TAG_LIST = 6
 
+NO_BUILD_EPUB = False
+NO_BUILD_TXT = False
+
 # Load localsettings, if they exist
 try:
     from localsettings import *