We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
如果你想从 Django 模型中提取 UML 图,你可以使用 Graph models 命令 < a href="https://github.com/django-extensions/django-extensions">django-extensions。另一个功能基本相同的:django-graphviz。
如果您想从 UML 创建 Django 模型:uml-to-django。
要创建 UML 图,有 Dia、yED 和 ArgoUML
您也可以检查这个工具列表。
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.
我能想到的最好的是 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