[Answered ]-Django Broken Pipe Error

2👍

The client (probably your web browser) closed the connection before Django’s development server expected it to. The error message is harmless, though untidy, and won’t occur in production, only on the development server.

These errors were suppressed in a patch to Django 13 months ago, so you can probably make them go away by upgrading to a newer release of Django.

👤jbg

Leave a comment