[docs] Replaced left over CHANNEL_BACKENDS with CHANNEL_LAYERS (#206)

This commit is contained in:
Michael 2016-06-13 17:47:39 +02:00 committed by Andrew Godwin
parent 68ce1964c8
commit f8c1a9c688

View File

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