Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GUI designer for managing Django models

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.

like image 227
GElgoa Avatar asked Nov 27 '09 04:11

GElgoa


2 Answers

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.

like image 200
Roel Avatar answered Sep 19 '22 20:09

Roel


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

like image 45
T. Stone Avatar answered Sep 19 '22 20:09

T. Stone