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",