Browse Source

Quito ruta raíz

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

+ 0
- 4
mysite/urls.py View File

@ -16,12 +16,8 @@ Including another URLconf
"""
from django.contrib import admin
from django.urls import path, include
from django.views.generic.base import TemplateView # new
from . import views
urlpatterns = [
path('', views.principal, name='principal'),
path('polls/', include("polls.urls")),
path('admin/', admin.site.urls),
]

Loading…
Cancel
Save