Re: Color in Console

2010-08-26 Thread Ramiro Morales
On Thu, Aug 26, 2010 at 3:28 AM, gasphynx wrote: > http://docs.djangoproject.com/en/dev/ref/django-admin/#syntax-coloring > > I'm using Python's logging module to output to the console with ./ > manage.py runserver. Is there anyway to colorize this output? I tried > explicitly setting colors for n

Color in Console

2010-08-26 Thread gasphynx
http://docs.djangoproject.com/en/dev/ref/django-admin/#syntax-coloring I'm using Python's logging module to output to the console with ./ manage.py runserver. Is there anyway to colorize this output? I tried explicitly setting colors for notice and error but my logging output is colorless. -- Yo