You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love this project! It solves a couple of big problems I've been having.
This is a nit, but when specifying the redis backend, the current docs say:
CHANNEL_BACKENDS = {
"default": {
"BACKEND": "channels.backends.redis.RedisChannelBackend",
I had to use:
"BACKEND": "channels.backends.redis_py.RedisChannelBackend",
The text was updated successfully, but these errors were encountered:
I love this project! It solves a couple of big problems I've been having.
This is a nit, but when specifying the redis backend, the current docs say:
CHANNEL_BACKENDS = {
"default": {
"BACKEND": "channels.backends.redis.RedisChannelBackend",
I had to use:
"BACKEND": "channels.backends.redis_py.RedisChannelBackend",
The text was updated successfully, but these errors were encountered: