from .settings_common import * # pylint: disable=unused-wildcard-import
DEBUG = True
SECRET_KEY = 'dev'
ALLOWED_HOSTS = ['*']