diff --git a/polls/views.py b/polls/views.py index 72cf78c..1c25339 100644 --- a/polls/views.py +++ b/polls/views.py @@ -2,4 +2,4 @@ from django.http import HttpResponse def index(request): - return HttpResponse("¡Hola, mundo. Estamos en la vista index.") + return HttpResponse("¡Hola, mundo. Estamos en la vista index. Y he hecho un cambio")