I have two models UserProfile and ChatUser. ChatUser.models.py
UserProfile
ChatUser
ChatUser.models.py
class ChatUser(models.Model): chat = models.ForeignKey(C