django-debug-toolbar
django-debug-toolbar copied to clipboard
Color selection crashes when no databases are used
...on account of a divide-by-zero here:
factor = int(256.0/(len(self._databases)*2.5))