Merge pull request #35 from ydaniv/patch-1

Fixed typo
This commit is contained in:
Andrew Godwin 2015-12-06 12:56:29 -08:00
commit a9a205c800

View File

@ -10,7 +10,7 @@ but the modern Web includes things like WebSockets and HTTP2 server push,
which allow websites to communicate outside of this traditional cycle.
And, beyond that, there are plenty of non-critical tasks that applications
could easily offload until after a response as been sent - like saving things
could easily offload until after a response has been sent - like saving things
into a cache or thumbnailing newly-uploaded images.
Channels changes the way Django runs to be "event oriented" - rather than