+ ALLOWED_HOSTS

This commit is contained in:
Phil Zhitnikov 2023-07-06 17:02:11 +04:00
parent aa30211168
commit 6f4509e186

View File

@ -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'