Friday, May 27, 2011

Re: Django Model Designer - UML

If you can generate the DDL with your tools, build the new database
and point inspectdb at it to generate Django models:

https://docs.djangoproject.com/en/dev/howto/legacy-databases/?from=olddocs?from=olddocs

On May 27, 8:06 am, Mateusz Harasymczuk <mate...@harasymczuk.pl>
wrote:
> 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?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment