dartdog wrote:
> 
> Starting to noodle out some system design stuff for Django
> implementation does anyone have good ideas suggestions for useful
> tools to encompass db (model)  business logic and presentation
> components, flow and how to tie them together. It seems that the most
> obvious solution in freeware is dia?  It would be nice to be able to
> tie the result to lifecycle documentation?

i use umbrello (UML editor) the class diagram is very helpful for designing the 
model layer.  ideally, the view and templates should be as thin as possible, 
with very few (if any) architecture-wide design choice.

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