It can also be used with Django Rest Framework via the browsable api.
May be parent is looking for deeper insight than this but it is useful to do quick visual query inspection.
django debug toolbar (or similar) should be the first thing you go to because these tools understand the django ORM well.
the other thing that comes to mind is enabling query timing in your django shell. i believe you might need an extension for this.
then you can look at the postgres itself. but i would keep it at the django layer at first because it might reveal something about the ORM.
It can also be used with Django Rest Framework via the browsable api.
May be parent is looking for deeper insight than this but it is useful to do quick visual query inspection.