mirror of
https://github.com/django/daphne.git
synced 2025-04-20 16:52:03 +03:00
Oops on package name.
This commit is contained in:
parent
05e0f739d5
commit
44568dab5b
|
@ -169,7 +169,7 @@ WSGI servers with an adapter layer. You won't get WebSocket support this way -
|
|||
WSGI doesn't support WebSockets - but you can run a separate ASGI server to
|
||||
handle WebSockets if you want.
|
||||
|
||||
The ``wsgiref`` package contains the adapter; all you need to do is put this
|
||||
The ``asgiref`` package contains the adapter; all you need to do is put this
|
||||
in your Django project's ``wsgi.py`` to declare a new WSGI application object
|
||||
that backs onto ASGI underneath::
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user