When you run Django out of the box, it will be set up in the default layout -
where all HTTP requests (on the http.request channel) are routed to the
Django view layer.
What is meant with "on the http.request channel" in the context of "out of the box"? Out of the box Django does not know channels.
{I actually re-read that paragraph a couple of times at this point.}
Okay ... do they mean *after* I installed Channels? Because then maybe it would be better to say "When you run Django with Channels out of the box". People like me who never got really serious with Django and want to have a quick look at some Channels code may be confused by that sentence in that way.
Cheers.