From 802930b52f54657b7851575c58e0df4ff545414b Mon Sep 17 00:00:00 2001 From: phzhik Date: Fri, 7 Jul 2023 06:09:15 +0400 Subject: [PATCH] * updated INTERNAL_IPS --- poizonstore/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poizonstore/settings.py b/poizonstore/settings.py index 0cabcab..6366a77 100644 --- a/poizonstore/settings.py +++ b/poizonstore/settings.py @@ -31,7 +31,7 @@ DISABLE_PERMISSIONS = True ALLOWED_HOSTS = ["crm-poizonstore.ru", "127.0.0.1", "localhost", "45.84.227.72"] -INTERNAL_IPS = ["127.0.0.1"] +INTERNAL_IPS = ["127.0.0.1", 'localhost'] CORS_ALLOWED_ORIGINS = [ "http://poizonstore.com",