There is nothing ready to use in Django for you specific needs. But I think
you can create something by yourself with the help of any of:
* The console output coloring code already included with Django.
* Some of the code proposed in discussions you find when googling
color logging console, e.g. [1]
* The integration-with-logging facilities provided by Fabulous[2].
HTH
--
Ramiro Morales | http://rmorales.net
1. http://stackoverflow.com/questions/384076/how-can-i-make-the-python-logging-output-to-be-colored
2. http://lobstertech.com/fabulous.html