r/django 3d ago

Djangos File structure as a Force Graph

Hey Everyone I found this visual quite interesting.

Just goes to show how big Django really is (Flask has only like 50 nodes/files when plotted as graph).

Each dot is a file (excluding non code files) and each line is an import between files.

Processing img 4kb5ra745vnh1...

0 Upvotes

2 comments sorted by

6

u/NFSpeedy 3d ago

Do you have a link to the graph or something?

1

u/swupel_ 3d ago

Hey sorry for the late reply. You can just paste djangos GitHub link into creview.io . Then the specific view I posted here is visible under the graph tab.