On Feb 14, 10:18 pm, galgal <[email protected]> wrote: > Is there any free app to generate database image schema from all models > from all apps? I need image with tables and relations shown. > > Thanks for help.
django-extensions has a command for that: graph_models. http://packages.python.org/django-extensions/graph_models.html - Anssi -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

