Re: cant import views

2020-03-18 Thread דביר חומרי
בתאריך יום שלישי, 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

cant import views

2020-03-17 Thread דביר חומרי
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