Django model accessing relationship model

后端 未结 0 1316
不思量自难忘°
不思量自难忘° 2020-12-16 03:37

How to access Articles through Reporter model with below code?

from django.db import models

class Reporter(models.Model):
    first_name = models.CharField(m         


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