kenken999's picture
test
1f074d8
raw
history blame
99 Bytes
from django.urls import include, path
urlpatterns = [
path("polls/", include("polls.urls")),
]