Bugsink Blog: Django
Looking for everything? Visit the main blog overview.
Improving ALLOWED_HOSTS
Django's ALLOWED_HOSTS setting is a security feature that prevents HTTP Host header attacks. But its error
message is less than helpful...
July 21, 2025 by Klaas van Schelven
Django Error Tracking
Django provides built-in error tracking that sends email reports for unhandled exceptions. While this is a good starting
point, it lacks the features needed to effectively manage and debug errors in a live application. For a more robust solution…
December 19, 2024 by Klaas van Schelven
Django Deployment, Simplified
Bugsink, our error tracking tool, is offered exclusively as a self-hosted piece of software. In a world dominated by
SaaS solutions, this raises a critical two-part question: can we still persuade people to install their own software at…
August 30, 2024 by Klaas van Schelven
