Is django an mvc?



Is django an mvc?..

Answer / Sumeet Bhandari

Although Django is often described as an MVC framework, it deviates from the classic MVC pattern in certain ways. In Django, the Model manages data, Views are actually template context processors and URL dispatchers, and Controllers are handled by routing and request handling. However, Django's structure is still modeled after the MVC design philosophy.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Django Python Interview Questions

How can you customize the functionality of the django admin interface?

1 Answers  


What python version should be used with django?

1 Answers  


What is flask session?

1 Answers  


What is template inheritance in django?

1 Answers  


How do django migrations work?

1 Answers  


Briefly explain django field class.

1 Answers  


What is Authentication ?

1 Answers  


how the django will work without installing any webserver?

1 Answers  


How to handle urls in django?

1 Answers  


What is the usage of middlewares in Django?

1 Answers  


What is verbose_name in django?

1 Answers  


How will you check in a string that all characters are decimal ?

1 Answers  


Categories