Generate class diagram from django models #3366
Labels
infrastructure
Issues related to the dev or production environment
prio: low
Not urgent, can be resolved in the distant future.
Motivation
We quite often run into the problem of losing the overview over our data structure. It can be quite time consuming figuring out the relations between different models, which are inheriting variables from others or what data is realized as cached properties.
Proposed Solution
Export django models as class diagram. This could be a possible starting point for realizing this.
Alternatives
Continue individually trying to get an overview for isolated parts when needed.
The text was updated successfully, but these errors were encountered: