I have a function that transfers data to the index page,
def index(request): news = News.objects.all()[:3] sponsors = Sponsors.objects.all()[:6] p