From 63b79db3522e543509e6b1402d234c6775595070 Mon Sep 17 00:00:00 2001 From: Sergio Date: Thu, 22 Jun 2017 13:40:30 -0400 Subject: [PATCH] Link to interface server explanation in concepts (#678) The docs did not link to the interface server explanation. Relates to issue #677 --- docs/concepts.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/concepts.rst b/docs/concepts.rst index f942922..26ba9e8 100644 --- a/docs/concepts.rst +++ b/docs/concepts.rst @@ -87,8 +87,7 @@ one, it runs the relevant consumer. So rather than running in just a single process tied to a WSGI server, Django runs in three separate layers: * Interface servers, which communicate between Django and the outside world. - This includes a WSGI adapter as well as a separate WebSocket server - we'll - cover this later. + This includes a WSGI adapter as well as a separate WebSocket server - this is explained and covered in :ref:`run-interface-servers`. * The channel backend, which is a combination of pluggable Python code and a datastore (e.g. Redis, or a shared memory segment) responsible for