mirror of
https://github.com/django/daphne.git
synced 2025-04-21 01:02:06 +03:00
Fix typo in path to DatabaseChannelLayer
Removed `g` from `datagbase_layer`.
This commit is contained in:
parent
70637b7afe
commit
e88e0feae9
|
@ -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'}``.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user