Re: UML to Django - online generation service

2011-05-08 Thread gusheng
yeah...that's useful and...thx :) On 5月8日, 上午2时50分, Javier Guerra Giraldez wrote: > On Sat, May 7, 2011 at 11:21 AM, Juan Hernandez wrote: > > django-extensions does something similar > > second that > > typically i start developing an app by drafting

Re: UML to Django - online generation service

2011-05-07 Thread Javier Guerra Giraldez
On Sat, May 7, 2011 at 11:21 AM, Juan Hernandez wrote: > django-extensions does something similar second that typically i start developing an app by drafting the models. i keep a window with the output of django-extensions updated automatically every time i save. makes

Re: UML to Django - online generation service

2011-05-07 Thread Juan Hernandez
django-extensions does something similar On Sat, May 7, 2011 at 3:04 AM, gusheng wrote: > I'm thinking of something opposite.. > > Is it possible to draw uml base on my models? > > or, how to draw or present my model-structure-data.. > > > On May 4, 10:26 pm, jcabot

Re: UML to Django - online generation service

2011-05-07 Thread gusheng
I'm thinking of something opposite.. Is it possible to draw uml base on my models? or, how to draw or present my model-structure-data.. On May 4, 10:26 pm, jcabot wrote: > Hi everybody, > > You can now try for free a new online code-generation service that >

UML to Django - online generation service

2011-05-04 Thread jcabot
Hi everybody, You can now try for free a new online code-generation service that transforms plain UML class diagrams to Django models. Check http://modeling-languages.com/content/uml2python-full-code-generator-python-applications for more info. Any feedback will be highly appreciated! Jordi --