The problem is that when I use the dev server through the Kubuntu Konsole application, the debug output is colored:

But if I run it through the built-in "Run" or "Debug" in PyCharm, the output in the PyCharm console will be red:

Is there a way to draw output in PyCharm in color? Because I can not find anything related in the settings.
UPD: link to PyCharm issue tracking question
As I can see, some people are thinking about this issue, and here is the link to this problem on the PyCharm tracker - youtrack.jetbrains.com/issue/PY-19790 . If you vote for this feature, it will be released faster!
source
share