From e8a0b6c03a6890b64d60087dfbb38bf3cc932c1f Mon Sep 17 00:00:00 2001 From: Martin Quarda Date: Tue, 6 Feb 2024 08:34:59 +0100 Subject: [PATCH] add hosts --- alkator/settings.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/alkator/settings.py b/alkator/settings.py index 0610498..9fb5311 100644 --- a/alkator/settings.py +++ b/alkator/settings.py @@ -25,8 +25,7 @@ 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 -ALLOWED_HOSTS = [] - +ALLOWED_HOSTS = ['https://alkator.cz'] # Application definition