8 lines
128 B
Python
8 lines
128 B
Python
"""Development settings."""
|
|
from .base import *
|
|
|
|
ALLOWED_HOSTS = ['api.gm.id-east.ru', ]
|
|
|
|
SEND_SMS = False
|
|
SMS_CODE_SHOW = True
|