version 0.0.5: add settings for development server

This commit is contained in:
Dmitriy Kuzmenko 2019-08-08 17:35:29 +03:00
parent c5df0faa16
commit 2101a5ae5e

View File

@ -1,7 +1,7 @@
"""Development settings."""
from .base import *
ALLOWED_HOSTS = ['api.gm.id-east.ru', ]
ALLOWED_HOSTS = ['gm.id-east.ru', ]
SEND_SMS = False
SMS_CODE_SHOW = True