I built a tool to visualize Django REST Framework architecture (URLs, serializers, models, and more)

As Django REST Framework projects grow, one of the biggest challenges is understanding how everything is connected.

In my recent projects, I kept running into the same problem:

Which view is using which serializer?

How are models connected across the system?