From 2e1cda8aad97fba443e526b3659f439cf1d5ae56 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Thu, 17 Nov 2016 17:39:01 -0800 Subject: [PATCH] Clarify "out of the box" --- docs/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.rst b/docs/getting-started.rst index 37663a0..8496d4a 100644 --- a/docs/getting-started.rst +++ b/docs/getting-started.rst @@ -11,7 +11,7 @@ patterns and caveats. First Consumers --------------- -When you run Django out of the box, it will be set up in the default layout - +When you first run Django with Channels installed, 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 - nothing will be different to how things worked in the past with a WSGI-based Django, and your views and static file serving (from