From 0de2999377717886e1823d074ba490c381a34040 Mon Sep 17 00:00:00 2001 From: "Bc. Petr Pecha" Date: Thu, 17 Sep 2015 21:11:46 +0200 Subject: [PATCH] Testovani je uz ostre --- mamweb/settings_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mamweb/settings_test.py b/mamweb/settings_test.py index f18a419f..19f5526d 100644 --- a/mamweb/settings_test.py +++ b/mamweb/settings_test.py @@ -25,9 +25,9 @@ INSTALLED_APPS += ( SECRET_KEY = ')^u=i65*zmr_k53a*@f4q_+ji^o@!pgpef*5&8c7zzv9l+zo)n' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False -TEMPLATE_DEBUG = True +TEMPLATE_DEBUG = False ALLOWED_HOSTS = ['*.mam.mff.cuni.cz']