From f7a07cbada6ae1e06b5f97ffe34b20dc5598b0f7 Mon Sep 17 00:00:00 2001 From: Martin Quarda Date: Tue, 13 Aug 2024 14:42:38 +0200 Subject: [PATCH] produkcni config --- alkator/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alkator/settings.py b/alkator/settings.py index c43c8b9..9ac9c16 100644 --- a/alkator/settings.py +++ b/alkator/settings.py @@ -23,7 +23,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent SECRET_KEY = 'django-insecure-#q!-odx05#6o&1dek)4shtqdw!)s5oonenb(tcmuwclu^dy4!#' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False ALLOWED_HOSTS = ['https://alkator.cz', 'https://beta.alkator.cz', 'localhost'] @@ -84,7 +84,7 @@ DATABASES = { COMGATE_MERCHANT = 484757 -COMGATE_TEST = True +COMGATE_TEST = False COMGATE_SECRET = '2c07bfabd1a5e4a312dc49929de60aa2'