From 57066048d68bc8e879a496ad73390dd7543c5d2c Mon Sep 17 00:00:00 2001 From: Anatoly Date: Thu, 29 Aug 2019 11:41:14 +0300 Subject: [PATCH] added 95.213.204.126 to development allowed hosts --- project/settings/development.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/project/settings/development.py b/project/settings/development.py index 8f67c38a..4d937716 100644 --- a/project/settings/development.py +++ b/project/settings/development.py @@ -1,7 +1,6 @@ """Development settings.""" -from .base import * -ALLOWED_HOSTS = ['gm.id-east.ru', ] +ALLOWED_HOSTS = ['gm.id-east.ru', '95.213.204.126'] SEND_SMS = False SMS_CODE_SHOW = True