Guía Paso a Paso para Instalar Django y crear tu primer aplicación

Views

Django views are Python functions that take http requests and return http response, like HTML documents. A web page that uses Django is full of views with different tasks and missions. Views are usually put in a file called views.py located on your app's folder. There is a views.py in your members folder that looks like this: