Clarify "out of the box"

This commit is contained in:
Andrew Godwin 2016-11-17 17:39:01 -08:00
parent 0a4cbb5fcf
commit 2e1cda8aad

View File

@ -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