remove channel layer from settings.py
This commit is contained in:
parent
305503d60a
commit
dad1c6a352
|
@ -162,9 +162,4 @@ LOGGING = {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
CHANNEL_LAYERS = {
|
|
||||||
"default": {
|
|
||||||
"BACKEND": "asgiref.inmemory.ChannelLayer",
|
|
||||||
"ROUTING": "bornhack.routing.channel_routing",
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue