+ ALLOWED_HOSTS
This commit is contained in:
parent
aa30211168
commit
6f4509e186
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user