בתאריך יום שלישי, 17 במרץ 2020 בשעה 20:03:10 UTC+2, מאת דביר חומרי:
>
> i was following the toturial and i could'nt find why this error is accure.
> polls/urls.py'
>
> from django.urls import path
>
> from . import views
>
> urlpatterns = [
&g
i was following the toturial and i could'nt find why this error is accure.
polls/urls.py'
from django.urls import path
from . import views
urlpatterns = [
path('', views.index, name='index'),
]
and got this error:
Traceback (most recent call last):
File "c:\Users\..polls\urls.py", l
2 matches
Mail list logo