I created models for messaging between users of my project. My messaging models:
class Chat(models.Model): id = models.CharField(_(\'id\'), primary_key=Tr