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 some typical usage of middlewares in django?
Why is it called a slug?
What is pk in django?
What are form fields?
How do I make a python script executable on unix ?
What is Rest API ?
What happens if you put an else statement after block?
Explain the use of session in django framework?
Is django frontend or backend?
Types of Session handling methods in Django?
What is urlconf in django?
What does mixin mean?