python-scripts/scripts/Chat-App/Chatapp/settings.py

6 lines
95 B
Python
Raw Normal View History

CHANNEL_LAYERS = {
"default": {
"BACKEND": "channels.layers.InMemoryChannelLayer"
}
}