Re: Django-UML Generator

2008-03-25 Thread Chris
ing a new website, normally a client gives you a handful of > > documents > > on what he/she wants. Most of the time this person is technically > > illiterate so > > interpreting what he/she into a django model is often a challenge. > > i propose this cool idea

Re: Django-UML Generator

2008-03-25 Thread Justin Lilly
model is often a challenge. > i propose this cool idea called a the django-uml generator that would > work my simply doing > this: python manage.py umlgen SOME_MODEL_NAME and magically you have > a > nice type of document or some data the could import into a document > based upon h

Re: Django-UML Generator

2008-03-25 Thread Malcolm Tredinnick
> interpreting what he/she into a django model is often a challenge. > i propose this cool idea called a the django-uml generator that would > work my simply doing > this: python manage.py umlgen SOME_MODEL_NAME and magically you have > a > nice type of document or some data the cou

Django-UML Generator

2008-03-25 Thread Chris
propose this cool idea called a the django-uml generator that would work my simply doing this: python manage.py umlgen SOME_MODEL_NAME and magically you have a nice type of document or some data the could import into a document based upon how the model was defined. How would this be useful? In return to