From d3b3ba08fc06195c3051aad0339c928c8619124b Mon Sep 17 00:00:00 2001 From: creylopez Date: Tue, 14 Jan 2025 14:45:35 +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 fbe3539..4120288 100644 --- a/polls/views.py +++ b/polls/views.py @@ -1,7 +1,7 @@ from django.http import HttpResponse import os from django.conf import settings - +from django.shortcuts import render def index(request): return HttpResponse("¡Hola, mundo. Estamos en la vista index. Y he hecho un cambio. A ver si funciona")