Learn Before
Concept
Django's MTV Architecture
Django follows the model-template-view (or MTV) architectural pattern. In this pattern, models interact with the database, templates render information for users, and views process requests and present responses to users.
0
2
Updated 2021-02-09
Tags
Python Programming Language
Data Science