How to access Articles through Reporter model with below code?
from django.db import models class Reporter(models.Model): first_name = models.CharField(m