Browse Source

Actualizar 'polls/urls.py'

main
creylopez 10 months ago
parent
commit
7644b7a669
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      polls/urls.py

+ 2
- 0
polls/urls.py View File

@ -4,4 +4,6 @@ from . import views
urlpatterns = [ urlpatterns = [
path("", views.index, name="index"), path("", views.index, name="index"),
path('entorno/', views.ver_variables_entorno, name='ver_variables_entorno'),
] ]

Loading…
Cancel
Save