> Hello i want to do a diagram to explain de mtv pattern. Any idea?
>
> for explain the mvc I can do something like:
>
>
> request--->controller----->model----->view----->response
> | ^
> |---------------------------------|
>
> but i don't know how draw the mtv pattern in a diagram. I need the
> diagram for a document,
>
> Thanks for read and sorry for my bad english
>
Django is a MVC pattern, with the view layer typically being split
into two sub-layers, one organizational (the view method) and the
other presentational (the template).
I say typically, because there is no requirement to use templates in
django, in which case it is a classic MVC framework.
Cheers
Tom
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment