from django.http import HttpResponse def index(request): return HttpResponse("¡Hola, mundo. Estamos en la vista index. Y he hecho un cambio")