Django - 模型图形表示(ERD)

发布于 2024-11-25 22:06:15 字数 1539 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

落花浅忆 2024-12-02 22:06:15

如果你想从 Django 模型中提取 UML 图,你可以使用 Graph models 命令 < a href="https://github.com/django-extensions/django-extensions">django-extensions。另一个功能基本相同的:django-graphviz

如果您想从 UML 创建 Django 模型:uml-to-django

要创建 UML 图,有 DiayEDArgoUML

您也可以检查这个工具列表。

If you want to extract UML diagram from your Django models you can use the Graph models command of django-extensions. Another one that do mostly the same thing: django-graphviz.

If you want to create your Django models from UML: uml-to-django.

And to create UML diagrams, there's Dia, yED and ArgoUML

You can check also this list of tools.

究竟谁懂我的在乎 2024-12-02 22:06:15

我能想到的最好的是 Argo UML ,它需要您手动设计(然后您可以将 UML 转换为使用这个工具进入 Django)

如果你想做 django - uml转换(另一种方式)尝试查看 Django To UML

Best I can think of is Argo UML which requires you to design by hand (and then you can convert the UML into Django with this tool)

If you want to do django - uml conversion (the other way) try looking at Django To UML

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文