Spaces:
Running
on
Zero
Running
on
Zero
from django.urls import include, path | |
urlpatterns = [ | |
path("polls/", include("polls.urls")), | |
] |
from django.urls import include, path | |
urlpatterns = [ | |
path("polls/", include("polls.urls")), | |
] |