gault-millau/project/settings/development.py

10 lines
154 B
Python

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