mirror of
https://github.com/django/daphne.git
synced 2025-07-11 00:12:18 +03:00
Clarify "out of the box"
This commit is contained in:
parent
0a4cbb5fcf
commit
2e1cda8aad
|
@ -11,7 +11,7 @@ patterns and caveats.
|
||||||
First Consumers
|
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
|
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
|
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
|
with a WSGI-based Django, and your views and static file serving (from
|
||||||
|
|
Loading…
Reference in New Issue
Block a user