From cf942a1a7bb740fb89bb3d743294fbd6cb59eb3d Mon Sep 17 00:00:00 2001 From: Alexander Schulz Date: Fri, 30 Aug 2024 22:43:45 +0200 Subject: [PATCH] added host 200 --- testapp/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testapp/settings.py b/testapp/settings.py index b370412..60e0f48 100644 --- a/testapp/settings.py +++ b/testapp/settings.py @@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-ccko-c%pu^i0ipz!#p7zb5)^6fxn0j081udo56_28ik@u5s#@w # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ['localhost', '192.168.2.199', 'develop.artemisneo.com'] +ALLOWED_HOSTS = ['localhost', '192.168.2.199', 'develop.artemisneo.com', '192.168.2.200'] # Application definition