What is the architecture of django?
Answer / Naushad Ahamed Siddique
Django follows the Model-View-Controller (MVC) architectural pattern. It separates an application into three interconnected components: Models manage data, Views handle the display logic, and Controllers handle user interactions.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is django framework used for?
Explain the Types of inheritances in django ?
When to use the iterator in django orm?
explain the working components of django?
What are disadvantages of Django ?
What are caching strategies in django?
Why django ? What is advantages of Django ?
What do you mean by context?
What are views in django?
How do I make migrations in django?
Is mvc a 3 tier architecture?
Why use django crispy forms?