InterviewSolution
Saved Bookmarks
| 1. |
Can you explain the architecture of Django in brief? |
|
Answer» The Django framework is based upon MVC- MVT architecture where MVT stands for the model VIEW TEMPLATE design pattern while MVC stands for model view controller pattern. |
|