Learn Before
Concept

Django Views

Django views are functions that take a requests as input, process the input, and return a response. Common responses include HTML, redirects, errors, images, XML documents, and so forth. Views may be located anywhere in you Django web application, but are typically placed in a file called views.py by convention.

0

2

Updated 2021-03-30

Tags

Python Programming Language

Data Science

Related