querysets.py 78 B

123
  1. from content.models import Author
  2. ALL_AUTHORS_QUERYSET = Author.objects.all()