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.
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.
uml-to-django might be of interest to you, though I can't personally vouch for it.