* updated INTERNAL_IPS

This commit is contained in:
Phil Zhitnikov 2023-07-07 06:09:15 +04:00
parent 44b4f11f72
commit b3f6df3776

View File

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