Change colors of output log text from Django development server

2.2k views Asked by At

When running the django test server on a local project, can you make 400/500 errors stand out in a different color in output text?

1

There are 1 answers

2
Mark Lavin On BEST ANSWER

The colors can be controlled using the DJANGO_COLORS environment variable. See the docs on syntax coloring.

This requires a platform which supports colors.