employer cover photo
employer logo
employer logo

Anonymous Content

Is this your company?

Anonymous Content Interview Question

What is django and architecture?

Interview Answer

Anonymous

Aug 24, 2021

Django follows a Model-View-Controller(MVC) architecture, which is split up into three different parts: The Model is the logical data structure behind the entire application and is represented by a database(generally relational databases such as MySql, Postgres).