Results 15 comments of Ash A.

Runserver isn't meant for production use though. For production Django you use the wsgi interface which doesn't log anything to stderr/stdout. So I figured this should be used in the...

FYI, to expand on what @christos-P mentioned: We hit this recently as well and were able to work around it thus: Check the local machine's limit for watches: ```console cat...

Thank you for looking into this. You may be right that just adding `::1` is the simplest workaround. (And probably add a note to the documentation to this effect, as...

Definitely would be nice to do all of it. I asked specifically about the middleware as there's no documentation on what the arguments to the middleware functions actually are (just...

A little bit of an update with the latest version just out: We have a number of custom middlewares, and in some of them we will set `message.failed = True`...