I don't know is not in this chain of messages but yesterday "refreegrata"
shared the following graph and I agree with it:

request
    |
    |
   V
internal controller(urls.py)
   |
   |
  V
________
|            |
|   views |<---------------------->model
|_______|<----------------------->template
  |
  |
 V
response


Simple, clear, I think nothing is missing. Maybe urls.py should be between
views and response too. Credits to refreegrata !

Thanks

Roberto

On Wed, Oct 13, 2010 at 8:57 AM, Kenneth Gonsalves <law...@au-kbc.org>wrote:

> On Wed, 2010-10-13 at 04:51 -0700, refreegrata wrote:
> > I have some questions.
> >
> > difference between : views in mtv and controllers in mvc,
> > difference between : templates in mtv and views in mvc,
> >
> > I read the documentation for Django, but still not clear to me.
>
> my diagram:
>
> request --> url --> view --> model --> view --> template -->url --> view
> --> model --> view --> url --> view ...
> --
> regards
> Kenneth Gonsalves
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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