sexta parte 2
This commit is contained in:
Binary file not shown.
@@ -2,6 +2,7 @@ from django.urls import path
|
||||
from polls import views
|
||||
|
||||
urlpatterns = [
|
||||
path('index', views.index, name='index'),
|
||||
path('ola', views.ola, name='ola')
|
||||
path('', views.index, name='home'),
|
||||
path('index/', views.index, name='index'),
|
||||
path('ola/', views.ola, name='ola'),
|
||||
]
|
||||
Reference in New Issue
Block a user