diff --git a/poizonstore/settings.py b/poizonstore/settings.py index 9c67b23..2f5dc38 100644 --- a/poizonstore/settings.py +++ b/poizonstore/settings.py @@ -29,6 +29,8 @@ CDEK_CLIENT_SECRET = '***REMOVED***' DEBUG = True ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ["crm-poizonstore.ru", "127.0.0.1", "localhost", "45.84.227.72"] + INTERNAL_IPS = ["127.0.0.1"] AUTH_USER_MODEL = 'store.User'