Oops on package name.

This commit is contained in:
Andrew Godwin 2016-03-02 17:12:18 -08:00
parent 05e0f739d5
commit 44568dab5b

View File

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