GUI designer for managing Django models

2019-02-17 13:20发布

Is there a GUI tool using which I can design new Django models graphically? For example, drawing lines between fields in different models to indicate a foreign key.

Modifying existing models graphically would also be nice.

3条回答
太酷不给撩
2楼-- · 2019-02-17 13:36

Another suggestion is found in Django Builder, you can define a model and the builder will get all your program needs such as views, serializers, urls, tests, admins, forms, and full functional html files in an instant.

查看更多
淡お忘
3楼-- · 2019-02-17 13:48

You can import django models on dbpatterns.

查看更多
相关推荐>>
4楼-- · 2019-02-17 13:50

uml-to-django might be of interest to you, though I can't personally vouch for it.

查看更多
登录 后发表回答