def __str__(self):
return '%s: %s' % self.user_id,self.user.username
# def create_user_profile(sender, instance, created, **kwargs):
# if created:
# profile = Profile()
# profile.user = instance
# profile.save()
#
# post_save.connect(create_user_profile, sender=User)
评论列表
文章目录