From 624bd4b9ae893935273031820d86912304c5a03b Mon Sep 17 00:00:00 2001 From: Jakub K Date: Thu, 5 Oct 2023 21:15:37 +0200 Subject: [PATCH] settings --- izaac/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/izaac/settings.py b/izaac/settings.py index 838db3e..f418b7d 100644 --- a/izaac/settings.py +++ b/izaac/settings.py @@ -25,7 +25,7 @@ SECRET_KEY = "django-insecure-ztiqj957k(j*@ms=-^9j+=j7wd+cyo*+9g&hkfh1bji-@#&6(e # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ['izaac.izaac.pl'] +ALLOWED_HOSTS = ['izaac.izaac.pl', 'localhost', '127.0.0.1'] # Application definition