I use a lot of doctests for apps that all need to work on a set of initialized data. I was hoping that there would be some kind of hook in Django for this but there is not. I could switch all of the doctests to unittests and use fixtures but that would be a [...]