Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove colorama init monkey patch. #171

Open
bckohan opened this issue Feb 6, 2025 · 0 comments
Open

Remove colorama init monkey patch. #171

bckohan opened this issue Feb 6, 2025 · 0 comments
Labels
dependencies Pull requests that update a dependency file

Comments

@bckohan
Copy link
Member

bckohan commented Feb 6, 2025

This will require an upstream patch on Django.

Django calls colorama.init() if colorama is installed this screws up forced terminals on platforms other than windows that are not attached to ttys. Upstream Django should change the init call to a just_fix_windows_console

@bckohan bckohan added the dependencies Pull requests that update a dependency file label Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant