Earlier quoted context omitted.
Just how in the world are people deploying Django apps with DEBUG = True?
Simple, human error and no code review process for your production environment. Something similar happened to a huge retailer here in Austria where just typing your username without password would log you in. Reason? An intern committed debug code to production and nobody noticed. In my book that's not the fault of the intern but the fault of the CTO/$TECH_LEAD that hasn't implemented and religiously uphold a code re…
Interns are not stupid and so they have to carry the burden of their mistakes too.