From 1c44611028122967ec5f9dd645b6392663499634 Mon Sep 17 00:00:00 2001 From: Lukasz Date: Tue, 18 May 2010 16:40:45 +0200 Subject: [PATCH] Missing .js (compress error) fix. --- wolnelektury/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wolnelektury/settings.py b/wolnelektury/settings.py index c76b20585..ff979a656 100644 --- a/wolnelektury/settings.py +++ b/wolnelektury/settings.py @@ -3,7 +3,7 @@ from os import path PROJECT_DIR = path.abspath(path.dirname(__file__)) -DEBUG = True +DEBUG = False TEMPLATE_DEBUG = DEBUG ADMINS = [ @@ -148,7 +148,7 @@ COMPRESS_JS = { 'all': { 'source_filenames': ('js/jquery.autocomplete.js', 'js/jquery.form.js', 'js/jquery.countdown.js', 'js/jquery.countdown-pl.js', - 'js/jquery.countdown-en.js', 'js/jquery.countdown-de.js', + 'js/jquery.countdown-de.js', 'js/jquery.countdown-es.js', 'js/jquery.countdown-lt.js', 'js/jquery.countdown-ru.js', 'js/jquery.countdown-fr.js', 'js/jquery.jqmodal.js', 'js/jquery.labelify.js', 'js/catalogue.js', -- 2.20.1