Lesmianator
[wolnelektury.git] / wolnelektury / settings.py
index 01cfcf4..b3f3c78 100644 (file)
@@ -132,6 +132,7 @@ INSTALLED_APPS = [
     'rosetta',
     'infopages',
     'suggest',
+    'lesmianator',
 ]
 
 CACHE_BACKEND = 'locmem:///?max_entries=3000'
@@ -159,6 +160,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.jqmodal.js', 'js/jquery.labelify.js', 'js/catalogue.js',
             ),
         'output_filename': 'js/all?.min.js',