What are Django Views | Python Web Development

preview_player
Показать описание
#Python #Shorts

Django view, also known as a view function or just a view, is a function in Python that returns a web response when it receives a web request. In other words, whenever a user visits a particular url that is mapped to this view, whatever is returned from the view is what the user will see. It can be a simple text, an HTML string, an image or whatever else that is allowed to be an HTTP response.

-------------------------------------------------------------------------------------
Links:
Рекомендации по теме
welcome to shbcf.ru