CCyberHuginnincyberhuginn.hashnode.dev·5d ago · 14 min readWhere Should Business Logic Actually Live in Django?If you have worked with Django for a while, you have probably heard these two rules: “Put business logic in your models.” And: “Keep your views thin.” Both sound reasonable. But what happens when 00
CCyberHuginnincyberhuginn.hashnode.dev·Aug 1 · 2 min readI Built `django-healthkit` Because I Wanted Simpler Health Checks for DjangoOne thing I kept running into while building Django applications was the need for a reliable health endpoint. Not just an endpoint that returns HTTP 200, but one that actually tells me whether the app00