added 95.213.204.126 to development allowed hosts

This commit is contained in:
Anatoly 2019-08-29 11:41:14 +03:00
parent 1213b39e0d
commit 57066048d6

View File

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