diff --git a/polls/urls.py b/polls/urls.py index 83bcfc3..179ad99 100644 --- a/polls/urls.py +++ b/polls/urls.py @@ -5,5 +5,4 @@ from . import views urlpatterns = [ path("", views.index, name="index"), path('entorno/', views.ver_variables_entorno, name='ver_variables_entorno'), - ]