Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (32.3k points)

What is the architecture of the Django framework?

1 Answer

0 votes
by (41.4k points)

Django framework mainly consists of the below-listed components:

·         Model: It holds your database schema.

·         View: It contains all the files. This component pulls information from the controller and presents the information on the browser using templates.

·         Template: It determines what a user sees on the browser. It structures and formats the information received from the views.

·         Controller: This component is responsible for URL parsing and processing the application logic.

 

In order to pursue a career in Python development, enroll in Intellipaat’s Python Django Training and Certification Program.

 

Our blog on Python and Django can help you master the fundamentals of web development and backend programming.

 

Watch our below video tutorial to know about how web development is done in Python:

 




 

Browse Categories

...