Link to interface server explanation in concepts (#678)

The docs did not link to the interface server explanation. Relates to issue #677
This commit is contained in:
Sergio 2017-06-22 13:40:30 -04:00 committed by Andrew Godwin
parent a6a2714a9b
commit 63b79db352

View File

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