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 |
Can i use django apis in mobile application development ?
How to make Foreign Key relation in django ?
What are ‘models’?
What is auth0 authentication?
How do you create a python function ?
What is a csrf cookie?
How to check installed version of django?
Explain the use of session in django framework?
How are csrf tokens generated?
What are form fields?
Is django good for microservices?
Is django faster than rails?