Re: Database image from models

2012-02-14 Thread akaariai
On Feb 14, 10:18 pm, galgal  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 django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Database image from models

2012-02-14 Thread Mike Dewhirst

On 15/02/2012 7:18am, galgal 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.


This may help ...

http://live.gnome.org/Dia/Python




Thanks for help.

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


--
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Database image from models

2012-02-14 Thread galgal
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.

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