"""Development settings."""
from .base import *  # noqa: F401,F403

DEBUG = True
ALLOWED_HOSTS = ["*"]
# EMAIL_BACKEND intentionally NOT overridden here — base.py auto-selects real
# SMTP when EMAIL_HOST_USER is set in .env, console backend otherwise.
