I have a django proyect that works with views and django-rest-framework and now i want to add channels to it.
I have a django proyect that works with views and django-rest-framework and now i want to add channels to it. My question is there is a way of doing this? I have to rewrite my proyect to use asgi?. I found that channels_redis could do the thrick but I’m not sure