django-schema-graph
django-schema-graph copied to clipboard
An interactive graph of your Django model structure
pyproject.toml seems way shinier than setup.py https://python-poetry.org/docs/libraries/ https://python-poetry.org/docs/pyproject/#packages
It'd be nice if we could link to graphs showing a pre-filtered set of nodes. I'm not sure what the best approach is for this. **Thoughts:** Should we represent the...
Gephi [ https://gephi.org ] is a handy graph visualization tool, as is Graphviz [ https://graphviz.org ]. It would be cool if it were easy to just export the raw graph...
The loading bar at the top can be hard to see. We should show something sooner, and give people access to the graph sooner.
The sidebar is pretty crowded, so adding info to it is going to become cumbersome. #68 introduces some improvements, but if we had a tabular interface, we could do much...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) from 2.6.5 to 2.6.10. Release notes Sourced from vuetify's releases. v2.6.10 :wrench: Bug Fixes VCalendar: prevent XSS from eventName function (ade1434), closes #15757 VDialog: don't try to focus...
Resolves #72.
The plugin is great! Thanks for creating and maintaining it 👍🏻 If `schema_graph.urls` module with: ```python # schema_graph/urls.py from .views import Schema urlpatterns = [ path("", view=Schema.as_view()), ] ``` is...