Fix typo in path to DatabaseChannelLayer

Removed `g` from `datagbase_layer`.
This commit is contained in:
Gregor Müllegger 2016-04-06 17:10:01 +02:00 committed by Andrew Godwin
parent 70637b7afe
commit e88e0feae9

View File

@ -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'}``.