How Django Works (MVT Pattern)

preview_player
Показать описание
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.
Рекомендации по теме
Комментарии
Автор

Best and simplest explaination. Thanks for clearing my doubt regarding MVT architecture !

kimjongun
Автор

I have always wanted a video like this. Straight to the fucking point, quick, exactly what you need.
Thank you so much

__someone__
Автор

your video is good, but i think you managed to upload it at 0.75 speed.

-kaito
Автор

very nice and clear explanation, thank you

jhontriboyke
Автор

Wow! that was a very clear explanation. thanks a ton mate!

alexisxander
Автор

Very clear and useful explanation, thanks.

CoentraDZ
Автор

thank you the simplest way to explain sir

universitystudio