GUI designer for managing Django models

删除回忆录丶 提交于 2019-12-30 08:59:08

问题


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.


回答1:


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




回答2:


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.

UPDATE

There is also new version for Django Builder called djangobuilder.io.




回答3:


You can import django models on dbpatterns.



来源:https://stackoverflow.com/questions/1806681/gui-designer-for-managing-django-models

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!