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’.
Even though Python’s Django is an MVC Framework, Django uses a slightly different terminology:
Model = Model
View = Template
Controller = View