"The Django REST interface makes it easy to offer private and public APIs for existing Django models."
Piston doesn't tie you to a model (although it can), which is very important for any decent sized API. Exposing models is something you want half the time, but there's a lot more to it.