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?
Change colors of output log text from Django development server
2.2k views Asked by MikeN At
1
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?
The colors can be controlled using the
DJANGO_COLORS
environment variable. See the docs on syntax coloring.This requires a platform which supports colors.