Nguyen Cao Thien Tri
Results
1
comments of
Nguyen Cao Thien Tri
> Where is broadcast_msg_to_chat method? in the models.py def broadcast(self, msg=None): if msg is not None: broadcast_msg_to_chat(msg, group_name=self.room_group_name, user='admin') return True return False broadcast_msg_to_chat not define anywhere ?