Browse Source

Corrigo error en url

main
Celestino Rey 11 months ago
parent
commit
2495e3340d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      mysite/urls.py

+ 2
- 0
mysite/urls.py View File

@ -17,6 +17,8 @@ Including another URLconf
from django.contrib import admin
from django.urls import path, include
from . import views
urlpatterns = [
path('', views.principal, name='principal'),
path('polls/', include("polls.urls")),


Loading…
Cancel
Save