20
loading...
This website collects cookies to deliver better user experience
backend
refers to the section or an essential component in Web development, it consists of a database
, API
, and the web server
itself which allows the components to connect together. There might be other components like load-balancers
, middleware
, etc. But the core of web applications revolves around Databases and API. Model
refers to the design of the database or a blueprint of the data that is bound with the application in the project. View
is the part to control the way the data should be presented or the how response should be given back to a request from the server(client) Template
is the markup or the form of document that is to be rendered on the client-side and these are controlled by the views and parsed with the data from the models. plug and play
kind of thing for the development of web applications. Batteries Included
web framework. Django is a tool to build web applications fast and in a scalable and Pythonic way