Does django follow architectural pattern?



Does django follow architectural pattern?..

Answer / Nizamoodeen

Yes, Django follows the Model-View-Template (MVT) and Model-View-Controller (MVC) architectural patterns. It also incorporates aspects of the Database Access Object (DAO) pattern for data access and the Repository pattern for data management.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Django Python Interview Questions

Does django use javascript?

1 Answers  


Why do we use class meta in django?

1 Answers  


List out the inheritance styles in django?

1 Answers  


How will you merge elements in a sequence ?

1 Answers  


how to check the version of django?

1 Answers  


How to make a variable available to all the templates?

1 Answers  


How do you achieve exception handling in python?

1 Answers  


How to configure database in django?

1 Answers  


What is django template language?

1 Answers  


Can gunicorn serve static files?

1 Answers  


What do you mean by the csrf_token?

1 Answers  


Does django use sql?

1 Answers  


Categories