From b3f6df37760b758bd83646c28c6f50848dd5d146 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 e3f27f5..ae2a537 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",