mirror of
https://github.com/django/daphne.git
synced 2025-07-10 16:02:18 +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", {
|
getattr(settings, "CHANNEL_BACKENDS", {
|
||||||
DEFAULT_CHANNEL_BACKEND: {
|
DEFAULT_CHANNEL_BACKEND: {
|
||||||
"BACKEND": "channels.backends.memory.InMemoryChannelBackend",
|
"BACKEND": "channels.backends.memory.InMemoryChannelBackend",
|
||||||
|
"ROUTING": {},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user