In most MVC/ORM type systems django’s views.py might be referred to as a controller, and their templates the views. Is this a different design pattern that they are following? Why is it called views.py?
In most MVC/ORM type systems django’s views.py might be referred to as a controller,
Share
This question is answered in the FAQ.