Django Rest Framework - Integrating Django Channels

Hello. I am unable to find a way to implement Django channels into a (DRF) application. If this is possible, does anybody know how to accomplish this easily and efficiently? Thank you.

Can you be a little more specific as to what you’re trying to do?

@KenWhitesell I want to make a real time notification system in my API using DRF. Is this possible? And can you lead me in the right direction on how to accomplish this if it is possible? What would be different when accomplishing this in DRF instead of regular Django? Thanks.

Sorry, I’m going to need some real details as to what you’re trying to accomplish here. Please describe the full sequence of events that you envision occurring. (What starts this process? What happens as a response? What triggers all this to happen? What’s the client side look like (in general terms). )