meshy / django-schema-graph

An interactive graph of your Django model structure
https://pypi.org/project/django-schema-graph/
MIT License
350 stars 9 forks source link

Models which have no connections should be separated from the others #23

Open jayvdb opened 4 years ago

jayvdb commented 4 years ago

The models which have no connections at all should be disabled by default, and perhaps shown on a separate panel/tab because the method of graphing them is completely different, and a fixed grid layout would be better for those.