gault-millau/project/settings/development.py
2019-08-07 16:10:23 +03:00

8 lines
128 B
Python

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