Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Django is MVT Not MVC

Note that django is Model View Template and Not Model View Controller. 
MVT's View is not the equivalent to view in MVC. 
MVT's view is equivalent to MVC's Controller 
Template is equal to MVC's view
 
PREVIOUS NEXT
Tagged: #Django #MVT #Not #MVC
ADD COMMENT
Topic
Name
4+7 =