hello, Is there any possibility to export the Django database into some kind of a UML tool, so that i can see graphically see the relations between tables (or even between classes) ?
thanks!
hello, Is there any possibility to export the Django database into some kind of a UML tool, so that i can see graphically see the relations between tables (or even between classes) ?
thanks!
The django-extensions project includes a modelviz
management command which will export your model structure to .dot (Graphviz) format, which can be printed or imported into Visio or OmniGraffle.