mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #13476 -- Added support for color in console output under Windows.
Detect and use the services of the ANSICON third-party tool if it's available.
This commit is contained in:
@@ -415,6 +415,9 @@ Management Commands
|
||||
* All HTTP requests are logged to the console, including requests for static
|
||||
files or ``favicon.ico`` that used to be filtered out.
|
||||
|
||||
* Management commands can now produce syntax colored output under Windows if
|
||||
the ANSICON third-party tool is installed and active.
|
||||
|
||||
Models
|
||||
^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user