It is well and good that the server restarts automatically for each change in the code. How would you have even the browser refresh automatically, as per configuration (Turn on and off, the least).
How to do it on Windows, and on Linux, for all different development frameworks.
What existing packages allow you to do it, and if you are to just add a browser.refresh at each runserver, how would you do it.
On Mac OS X you can do that using AppleScript. I did that some time ago and been using it ever since.
It refreshes Safari and Firefox, but as I said, it only works the mac. I’ve been using it on Textmate, this way every time I save a django file I also refresh the browsers. Pretty handy, but also slightly annoying when reading docs online and writing code, hehe.