Django Q not working with strings and DRF

前端 未结 0 1235
轻奢々
轻奢々 2021-01-18 13:41

So, I need a \'Following\' system in Django, and have a model:

class Following(models.Model):
Follower = models.ForeignKey(UserProfile, null=False, on_delete=         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题