1st commit
This commit is contained in:
7
polls/urls.py
Normal file
7
polls/urls.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
from polls import views
|
||||
|
||||
urlpatterns = [
|
||||
path('index', views.index, name='index'),
|
||||
path('ola', views.ola, name='ola')
|
||||
]
|
||||
Reference in New Issue
Block a user