I've been doing some class hacking in Django. And I call my changes from settings.py as I figure this runs before anything else.
However, I've just come across a situation where this doesn't work for me. So, is there another place after settings.py, which I can guarantee will always be run by the server before it starts handling any requests?