Django. How to “join” two models that have foreignkeys to a third model?

前端 未结 0 1179
醉梦人生
醉梦人生 2020-12-13 14:33

I\'m learning Django and getting data from join tables is proving to be difficult. My models are:

class User(AbstractUser):
    pass

class Post(models.Model)         


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