django-schema-graph icon indicating copy to clipboard operation
django-schema-graph copied to clipboard

An interactive graph of your Django model structure

Results 18 django-schema-graph issues
Sort by recently updated
recently updated
newest added

The output of this project is one HTML file and one JS file. It would be valuable to be able to make a static export, so that people can embed...

enhancement

When using [oscar-stores](https://github.com/django-oscar/django-oscar-stores), I get: ``` Error: Cannot add item: item with id stores/OpeningPeriod already exists at i.value (main.js:59) at i.value (main.js:59) at new i (main.js:59) at l (main.js:59) at...

bug

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...

enhancement

django-oscar uses abstract models throughout. The sidebar and graph is full of them. It may be a bit hard to hide them, as they may be part of indirect links...

enhancement

It is not uncommon to have apps installed with no data in any of its models. It may be unused features, or it could be abstract models, etc. Maybe empty...

enhancement

I had this idea of landing on to the [django admindocs](https://docs.djangoproject.com/en/3.0/ref/contrib/admin/admindocs/) when you double click on a node. I'm not even sure if it's a good idea or not, I...

It's visible in the test app at `/deps`

When disabling an app in the sidebar, the app should auto-collapse.

I have the first main modal, the second base model and many `Subclasses` from the second model. `Subclasses` have ForeinKeys to the first model and they are displayed in a...

This may be a solution for issues like #19, to allow manual layout.

enhancement