From a3f4fa16648cf1b227d6dfdc55684888a91b9ed9 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Thu, 4 Apr 2024 09:49:42 -0400 Subject: [PATCH] dev-www.automedsys.ai --- frontweb/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontweb/settings.py b/frontweb/settings.py index e9b80c2..ca49058 100644 --- a/frontweb/settings.py +++ b/frontweb/settings.py @@ -26,7 +26,7 @@ SECRET_KEY = 'django-insecure-)0b=p^%)@+!qzgorh$#+n8rd=jk$0zennhf(34eezl!o7szff1 # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ['10.10.10.46','localhost'] +ALLOWED_HOSTS = ['10.10.10.46','localhost','dev-www.automedsys.ai','www.automedsys.ai'] # Application definition