From 44568dab5bc5465e6dbf4bc7d37a4f342d1c54c1 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Wed, 2 Mar 2016 17:12:18 -0800 Subject: [PATCH] Oops on package name. --- docs/deploying.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploying.rst b/docs/deploying.rst index 004bf4d..f2298d1 100644 --- a/docs/deploying.rst +++ b/docs/deploying.rst @@ -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::