diff --git a/ChannelsDrawShareSite/settings.py b/ChannelsDrawShareSite/settings.py index 2f698cb..6acf71d 100644 --- a/ChannelsDrawShareSite/settings.py +++ b/ChannelsDrawShareSite/settings.py @@ -84,8 +84,7 @@ CHANNEL_LAYERS = { 'BACKEND': 'channels_redis.core.RedisChannelLayer', 'CONFIG': { "hosts": [os.environ.get('REDIS_URL', 'redis://localhost:6379')], - }, - "ROUTING": "chat.routing.channel_routing", + } } }