GUI designer for managing Django models
Asked Answered
T

4

9

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.

Tiein answered 27/11, 2009 at 4:11 Comment(0)
S
1

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

Silly answered 27/11, 2009 at 5:40 Comment(0)
C
8

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.

Contredanse answered 17/11, 2016 at 23:54 Comment(0)
S
1

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

Silly answered 27/11, 2009 at 5:40 Comment(0)
S
1

You can import django models on dbpatterns.

Sylas answered 26/11, 2015 at 22:50 Comment(3)
unfortunately domain is gone :( dbpatterns was awesome.Toogood
Soon I will try to run the app on a different domain @ToogoodSylas
would be awesome <3Toogood
L
0

You can normally generate your models in Django and migrate them to a database and read that database with DBeaver (https://dbeaver.com) and generate the ERD to see your db desing.

Lilas answered 1/3, 2020 at 17:9 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.