mirror of
https://github.com/django/daphne.git
synced 2025-07-13 01:12:17 +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
|
WSGI doesn't support WebSockets - but you can run a separate ASGI server to
|
||||||
handle WebSockets if you want.
|
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
|
in your Django project's ``wsgi.py`` to declare a new WSGI application object
|
||||||
that backs onto ASGI underneath::
|
that backs onto ASGI underneath::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user