> I'm teaching my son Django and came up with a diagram
> for him - you know what they say - a picture is worth a
> thousand words.
>
> The diagram is at http://zdecisions.com/zdmedia/img/django.jpg
>
> Any comments or suggestions for making it better?
Handy. I'm not sure how I'd change it exactly, but something to
indicate a tighter relationship between Views/Forms/Templates and
the Response might help. Something perhaps like
Response <----- Views
^
/ \
/ \
Forms Templates
Inverting the arrow heads? removing the arrow-heads? grouping
them together in some sub-box? keeping Forms nearer
Templates/Views rather than separated from the triangle by the
Models?
I laugh at how "tests" kinda floats out in the periphery, but it
reflects where tests are in the picture, so it's only reflecting
the truth. :)
Otherwise, spiffy.
-tim
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---