Django是遵循MVC设计模式的一个框架:MVC(Model,View,Controller);模型,视图,控制器:如图:

Django与MVC

Django其实是一个MTV的模型:(Model,Template,VIew)模型,模板,视图

Django与MVC