What are the four major components of mvc?
Answer / Shantanu Dwivedi
The four major components of MVC (Model-View-Controller) are Model: represents the data and business logic, View: is responsible for rendering the interface to the user, Controller: handles the requests and communicates between the Model and View.
| Is This Answer Correct ? | 0 Yes | 0 No |
How a request is process in Django ?
Mention the differences between django, pyramid and flask.
How you can setup static files in django?
What is exception handling? How do you achieve it in python?
What is super () __ init__?
What is url mapping and how to do it in django ?
Is python a mvc?
Does django have a database?
How does django framework work?
What are the signals in django?
What are the advantages of using django?
Explain django.