mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed #34768 -- Avoided initializing colorama on non-Windows platforms.
This commit is contained in:
parent
9cc0d7f7f8
commit
9a9620dda6
6 changed files with 10 additions and 7 deletions
|
@ -1931,7 +1931,7 @@ two third-party libraries are needed:
|
|||
|
||||
.. code-block:: doscon
|
||||
|
||||
...\> py -m pip install colorama
|
||||
...\> py -m pip install "colorama >= 0.4.6"
|
||||
|
||||
* Install `ANSICON`_, a third-party tool that allows ``cmd.exe`` to process
|
||||
ANSI color codes. Django commands will detect its presence and will make use
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue