I have Comment model relationship with User
Like this Model
class Comment(models.Model): user = models.OneToOneField(User, on_dele