From ef472a7e1099f0dd935f1ab02e4d4835ae007579 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Thu, 4 Apr 2024 08:19:11 -0400 Subject: [PATCH] allowed host --- frontweb/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontweb/settings.py b/frontweb/settings.py index b7dfadd..e9b80c2 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 = ['http://10.10.10.46:50100/','http://localhost:50100/','localhost'] +ALLOWED_HOSTS = ['10.10.10.46','localhost'] # Application definition