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