Re: Django Model Designer - UML

2011-06-27 Thread Sushirod
I'll try the SQLeditor, thanks for the input. But I like navicat very much. http://www.navicat.com/ And the free heidiSQL for windows platform. http://www.heidisql.com/ On 26 jun, 09:24, Mateusz Harasymczuk wrote: > I found perfect tool for mac > SQLeditor + Django

Re: Django Model Designer - UML

2011-06-26 Thread Mateusz Harasymczuk
I found perfect tool for mac SQLeditor + Django plugin works perfect! http://www.malcolmhardie.com/sqleditor/django/index.html -- Matt Harasymczuk http://www.matt.harasymczuk.pl -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this

Odp: Re: Django Model Designer - UML

2011-05-28 Thread Mateusz Harasymczuk
This is a very good hint. Somehow I had to skipped the inspectdb command. There is humongous number of the DB designing tools. Thank you. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: Django Model Designer - UML

2011-05-27 Thread Lee
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 wrote: > I am looking

Django Model Designer - UML

2011-05-27 Thread Mateusz Harasymczuk
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