Re: django server not runing

2019-10-17 Thread Mohammad yunus
Seperate your URL file with "," or remove "name" On Fri, 18 Oct 2019, 7:52 am wd, wrote: > The error is pretty clear ... > > [image: image.png] > > May be it should be path('', views.first_view, name='first_view') ? > > On Fri, Oct 18, 2019 at 4:41 AM Muhamed Bešić > wrote: > >> >> -- >> You re

Re: django server not runing

2019-10-17 Thread wd
The error is pretty clear ... [image: image.png] May be it should be path('', views.first_view, name='first_view') ? On Fri, Oct 18, 2019 at 4:41 AM Muhamed Bešić wrote: > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe

Re: django server not runing

2019-10-17 Thread Gabriela Barrera
In your urls.py file, you have a syntax error, change '=' for ',' On Thu, Oct 17, 2019, 17:41 Muhamed Bešić wrote: > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send a