X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/01e221c6dc122a8a930fd7b83bf123ae02a2ef0d..5e983f642ea537225bf3a20e97fca281c8fdc915:/wolnelektury/settings.py?ds=sidebyside diff --git a/wolnelektury/settings.py b/wolnelektury/settings.py index a47276378..6c58bff46 100644 --- a/wolnelektury/settings.py +++ b/wolnelektury/settings.py @@ -133,6 +133,7 @@ INSTALLED_APPS = [ 'compress', 'modeltranslation', 'catalogue', + 'dictionary', 'lessons', 'piston', 'api', @@ -206,6 +207,10 @@ THUMBNAIL_PROCESSORS = ( TRANSLATION_REGISTRY = "wolnelektury.translation" + +# seconds until a changes appears in the changes api +API_WAIT = 10 + # limit number of filtering tags MAX_TAG_LIST = 6