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 is jsonresponse in django?
Which framework is best for python automation?
When querysets are evaluated in django?
Is django better than flask?
what is differences between django, pyramid and flask?
What is the name of the foundation which manages django web framework?
What is a project slug?
Is django a web server?
When to use iterator in Django ORM ?
Is django good for beginners?
Did django unchained win any oscars?
How a request is process in Django ?