Multiple Image upload like ecommerce application

Let’s take a step back here.

If I have the expression:
Project.objects.all()

What part of this expression is the Manager?
(See Managers | Django documentation | Django if needed. Also possibly Making queries | Django documentation | Django)