Elephant in the Room, Episode 4: Protecting Customer Data with PostgreSQL Anonymizer & Django

Feb 20, 2026

In Episode 4 of Elephant in the Room, we tackle a question many teams struggle with: how do you protect sensitive customer data from your own developers while still running and improving your web application?

Join Jay Miller (Aiven) and Tim Schilling of Djangonaut Space as they explore a real-world privacy challenge. Djangonaut Space’s application process requires collecting personal information from applicants, but reviewers and contributors should not have access to identifying details. The goal: enable fair review and active development without exposing sensitive data.

This episode dives into a practical, production-ready solution using PostgreSQL Anonymizer and Django middleware to anonymize data at the database layer, without breaking workflows or slowing down the team.