X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/458886cbf21bca4d33ac5c44e90a5e9d71629216..19b6808a73f77fffdbb80d049dd1f8d81eec9d78:/wolnelektury/settings.py diff --git a/wolnelektury/settings.py b/wolnelektury/settings.py index 0efb14531..95c9bf319 100644 --- a/wolnelektury/settings.py +++ b/wolnelektury/settings.py @@ -137,6 +137,7 @@ INSTALLED_APPS = [ 'infopages', 'suggest', 'lesmianator', + 'opds', ] CACHE_BACKEND = 'locmem:///?max_entries=3000' @@ -164,7 +165,7 @@ COMPRESS_JS = { 'js/jquery.countdown-de.js', 'js/jquery.countdown-uk.js', 'js/jquery.countdown-es.js', 'js/jquery.countdown-lt.js', 'js/jquery.countdown-ru.js', 'js/jquery.countdown-fr.js', - 'js/jquery.marquee.js', + 'js/jquery.cycle.min.js', 'js/jquery.jqmodal.js', 'js/jquery.labelify.js', 'js/catalogue.js', ), 'output_filename': 'js/all?.min.js',