From 7644b7a66936143be32225afc47b0784c8e87f70 Mon Sep 17 00:00:00 2001 From: creylopez Date: Fri, 10 Jan 2025 10:22:54 +0000 Subject: [PATCH] Actualizar 'polls/urls.py' --- polls/urls.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/polls/urls.py b/polls/urls.py index 5119061..83bcfc3 100644 --- a/polls/urls.py +++ b/polls/urls.py @@ -4,4 +4,6 @@ from . import views urlpatterns = [ path("", views.index, name="index"), + path('entorno/', views.ver_variables_entorno, name='ver_variables_entorno'), + ]