mirror of
https://github.com/metafy-social/python-scripts.git
synced 2025-02-07 17:10:58 +00:00
6 lines
95 B
Python
6 lines
95 B
Python
CHANNEL_LAYERS = {
|
|
"default": {
|
|
"BACKEND": "channels.layers.InMemoryChannelLayer"
|
|
}
|
|
}
|