mirror of
https://github.com/django/daphne.git
synced 2025-04-21 17:22:03 +03:00
Fixed #20: Bad routing setup for default backend
This commit is contained in:
parent
dae0b257d6
commit
b6714c8a65
|
@ -8,6 +8,7 @@ channel_backends = BackendManager(
|
|||
getattr(settings, "CHANNEL_BACKENDS", {
|
||||
DEFAULT_CHANNEL_BACKEND: {
|
||||
"BACKEND": "channels.backends.memory.InMemoryChannelBackend",
|
||||
"ROUTING": {},
|
||||
}
|
||||
})
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user