"""Local settings.""" from .base import * ALLOWED_HOSTS = ['*', ] SEND_SMS = False SMS_CODE_SHOW = True DOMAIN_URI = 'localhost:8000'