Which architectural pattern is used in the Django framework?

36. Which architectural pattern is used in the Django framework?

  1. MVC
  2. Client-Server
  3. HTML
  4. 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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.