From f8c1a9c688723e33f8e6fda151954a014261c5fc Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 13 Jun 2016 17:47:39 +0200 Subject: [PATCH] [docs] Replaced left over CHANNEL_BACKENDS with CHANNEL_LAYERS (#206) --- docs/deploying.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploying.rst b/docs/deploying.rst index 77f11f9..a7fc3bf 100644 --- a/docs/deploying.rst +++ b/docs/deploying.rst @@ -44,7 +44,7 @@ a backend has to follow). Typically a channel backend will connect to one or more central servers that serve as the communication layer - for example, the Redis backend connects -to a Redis server. All this goes into the ``CHANNEL_BACKENDS`` setting; +to a Redis server. All this goes into the ``CHANNEL_LAYERS`` setting; here's an example for a remote Redis server:: CHANNEL_LAYERS = {