From e88e0feae9dedbfecd6f6382e65a5ba2d75fe02a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gregor=20M=C3=BCllegger?= Date: Wed, 6 Apr 2016 17:10:01 +0200 Subject: [PATCH] Fix typo in path to DatabaseChannelLayer Removed `g` from `datagbase_layer`. --- docs/backends.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backends.rst b/docs/backends.rst index b76f51c..3935058 100644 --- a/docs/backends.rst +++ b/docs/backends.rst @@ -64,7 +64,7 @@ that will work cross-process. It has poor performance, and is only recommended for development or extremely small deployments. This layer is included with Channels; just set your ``BACKEND`` to -``channels.datagbase_layer.DatabaseChannelLayer``, and it will use the +``channels.database_layer.DatabaseChannelLayer``, and it will use the default Django database alias to store messages. You can change the alias by setting ``CONFIG`` to ``{'alias': 'aliasname'}``.