from apps.config.models import Config def config(request): return {"config": Config.load()}