mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-27 22:11:10 +00:00
6 lines
95 B
Python
6 lines
95 B
Python
|
CHANNEL_LAYERS = {
|
||
|
"default": {
|
||
|
"BACKEND": "channels.layers.InMemoryChannelLayer"
|
||
|
}
|
||
|
}
|