The MVT (Model View Template) is a software design pattern. It is a collection of three important components Model View and Template. The Model helps to handle database. It is a data access layer which handles the data.
The Template is a presentation layer which handles User Interface part completely. The View is used to execute the business logic and interact with a model to carry data and renders a template.
Although Django follows MVC pattern but maintains it?s own conventions. So, control is handled by the framework itself.
There is no separate controller and complete application is based on Model View and Template. That?s why it is called MVT application.
Смотрите видео How Django Works (MVT Pattern) онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Code Stack 21 Июль 2019, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 58,845 раз и оно понравилось 838 людям.