Discuss django architecture.
Answer / nashiinformaticssolutions
Template: the webpage's front end
Model: data storage system on the back end
View: It maps the model and template to the URL after interacting with them.
Django: provides the user with the pageTemplate: the webpage's front end
Model: data storage system on the back end
View: It maps the model and template to the URL after interacting with them.
Is This Answer Correct ? | 0 Yes | 0 No |
What is latest and stable version of Django ?
How to handle urls in django?
What is DRF of Django Rest Frame work ?
How do I make a python script executable on unix ?
Is django mvc or mvt?
What are orm frameworks?
List type of inheritance supported in django?
How do I run a django project?
Explain django architecture
what is differences between django, pyramid and flask?
How do I test a python program or component ?
Difference between pyramid vs django?