guideline regarding making Django API with Django Channels and websocket

2020-08-03 Thread Osama Imran
Hello everyone I want to make messenger API in which user can create groups add people and one to one chat and invite people using Django channels and web socket please suggest me god tutorial Thanks in Advance ! -- You received this message because you are subscribed to the Google Groups "Dja

Manually check filters against a model class instance using a ViewSet?

2020-08-03 Thread Logan Pulley
Hi all, I'm working on a Django Channels WebsocketConsumer and I'm trying to have it "imitate" a ViewSet; the class has an associated ViewSet class, and I want to be able to check individual model objects against that ViewSet's permissions and filters. For example, say I have some ViewSet call