What is MVC in Django?

DjangoPython
October 1, 2022

Coming from an MVC Background (Laravel, Yii, Zend, Codeigniter) Django’s architecture conventions are still quite confusing to me.

This reference is created for myself as a ‘post-it’.

So does Django actually use MVC?

Even though Python’s Django is an MVC Framework, Django uses a slightly different terminology:

Model = Model

View = Template

Controller = View