I'm new to django, but have experience with asp.net mvc.  In asp.net
mvc, controllers receive and process the request from the user and
then once the data is ready to present, it's handed off to a view.  In
django a view receives and processes the request and then sends the
data to a template to render.  Basically the same thing is happening
in both frameworks, but since django is using the model-view-
controller pattern, why are the controllers called views and the
templates called views?

Thanks,
-Chyld

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