Tag: Django Architecture in Python
Django Architecture in Python
Naveen
- 0
Django is a web service used to build your web pages. Its architecture is as shown: Template: the front end of the web page. Model: the back end where the data is stored. View: it interacts with the model and template and maps it to the URL. Django: serves the page to the user. Popular…
Read More