By far my favourite feature of django is the auto-reload feature whereby if you change some of the code the server will automatically reload it and you don't need to reboot the server. Having to do continual reboots was a bugbear with pyds. In django it has worked flawlessly so far.
Twitterings

Moved things to mod_python with autoreload enabled. This doesn't auto-reload so reliably, probably a multiple process thing to be looked into later.
Peter