boxed / django-fastdev

An app to make it safer, faster and more fun to develop in Django
BSD 3-Clause "New" or "Revised" License
169 stars 14 forks source link

Modify errors to be printed to stderr instead of stdout #38

Closed danlamanna closed 8 months ago

danlamanna commented 8 months ago

This should prevent the issue where scripts relying on piping the output of manage.py commands don't break due to non-critical errors.

See also #37

boxed commented 8 months ago

Thanks!