On Thu, Oct 13, 2011 at 12:34 AM, Apurv Verma <dapu...@gmail.com> wrote:
>  I am making a web application in Django. What tools are available to
> create class diagrams which can then later autogenerate the code
> template for it.

i do it the other way:  generate diagrams from the models definition.
(django-extensions + graphviz).

code generators seem handy, but you have to tweak the code, and if you
later change the diagram regenerating the code usually stomps your
extra modifications.

Django models declaration style is terse enough to allow for quickly
testing lots of possibilities.  with an autoupdating diagram on
another window you have a very clear picture of the design.

-- 
Javier

-- 
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.

Reply via email to