This is my repository with all django hacks that I found useful and not very obvious
This is an easy(probably the easiest) and native-like method to create statistics pages, specific managment forms or anything you would like directly in your django administration without need for additional models
Sometimes there is no need for complex widget for changing foreign key in django admin(that with dropdown, plus sign and change button), so here is my solution:
A cool template to display basically any image in model's change form