Home »
MCQs »
Full Stack Development MCQs
Which architectural pattern is used in the Django framework?
36. Which architectural pattern is used in the Django framework?
- MVC
- Client-Server
- HTML
- AJAX
Answer: A) MVC
Explanation:
Django is based on Model-View-Controller (MVC) architectural pattern. The Model in Django represents the data and the business logic of your application.