From 4b25008f1b290426789f886dc19ffcab20584d5e Mon Sep 17 00:00:00 2001 From: creylopez Date: Tue, 14 Jan 2025 14:41:20 +0000 Subject: [PATCH] Actualizar 'polls/views.py' --- polls/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polls/views.py b/polls/views.py index 801e55e..654125c 100644 --- a/polls/views.py +++ b/polls/views.py @@ -1,5 +1,5 @@ from django.http import HttpResponse - +import os def index(request): return HttpResponse("¡Hola, mundo. Estamos en la vista index. Y he hecho un cambio. A ver si funciona")