AntiPattern
Static Asset Path Mismatch
static-asset-path-mismatch
Static assets fail to load because STATIC_URL/collectstatic output paths and nginx/Whitenoise mappings drift, so requests hit the wrong directory (or deprecated Django static settings), breaking CSS/JS rendering when DEBUG is False.