#1491 closed enhancement (fixed)
[patch] Made django.core.management output colourful SQL and errors
Description ¶
django-admin now outputs all its SQL in greens and yellows, and errors in red.
the coloured output is disabled if it detects that sys.stdout is not a tty, or if it's running on win32
Change History (3)
by , 19 years ago
Attachment: | colourful.diff added |
---|
comment:1 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
colour output for django-admin.py