Discuss django architecture.
Answers were Sorted based on User's Feedback
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 |
Answer / glibwaresoftsolutions
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 are class-based views in django
What are oop templates?
How do django migrations work?
What is mvc in django?
How to view and filter items from the database?
How do I run a django project?
How can you set up static files in Django?
Which python web framework is best?
Is mvc a design pattern?
What is the difference between del() and remove() methods of list ?
What is the name of the foundation which manages django web framework?
How to install the development version of django?