You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
I am looking for a GUI tool for modeling Django model classes.
I have a pretty large app and I need to refactor it. I used django-extensions and graph_models to dump the schema to the GraphViz dot file. And I am stuck here :}
I would like to import either GraphViz dot file, or models source files, make changes and generate output Python+Django code.
Has anyone did something like that?
Lee
unread,
May 27, 2011, 11:57:05 AM5/27/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
If you can generate the DDL with your tools, build the new database
and point inspectdb at it to generate Django models: