Description
The Django ORM is great! It makes it very easy to use most simple operations. But what happens when your data just doesn't quite fit a pretty relational model? With a bit of digging and a small amount of fairy dust and sticky tape, you can create some quite elegant Django-ish APIs to your weird data.