The Django docs have an FAQ on this topic:
https://docs.djangoproject.com/en/1.9/faq/general/#django-appears-to-be-a-mvc-framework-but-you-call-the-controller-the-view-and-the-view-the-template-how-come-you-don-t-use-the-standard-names
"Where does the “controller” fit in, then? In Django’s case,
I have no idea what rails does with his life, but you can still understand
django under the MVC pattern: models are models, what django calls view is
the controller and the template is the view.
On Sat, Apr 16, 2016 at 4:10 PM, Mukul Chakravarty
wrote:
> Can we say that views in MTV architectur
Can we say that views in MTV architecture is basically performing the tasks of
both Models and Controller in an MVC architecture like Rails ?
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emai
3 matches
Mail list logo