Re: The empty path didn't match

2020-04-11 Thread Vinay Kumar
Method: GET >> Request URL: http://127.0.0.1:8000/ >> >> Using the URLconf defined in durganewsproject.urls, Django tried these >> URL patterns, in this order: >> >>1. admin/ >>2. $/ >> >> The empty path didn't match any of these. >>

Re: The empty path didn't match

2020-04-11 Thread waqar khan
) >> Request Method: GET >> Request URL: http://127.0.0.1:8000/ >> >> Using the URLconf defined in durganewsproject.urls, Django tried these >> URL patterns, in this order: >> >>1. admin/ >>2. $/ >> >> The empty path didn't matc

Re: The empty path didn't match

2020-04-09 Thread JEGATHEESWARAN SUNDARAVADIVEL
i am getting error > > Page not found (404) > Request Method: GET > Request URL: http://127.0.0.1:8000/ > > Using the URLconf defined in durganewsproject.urls, Django tried these > URL patterns, in this order: > >1. admin/ >2. $/ > > The empty path didn

The empty path didn't match

2020-04-09 Thread Vinay Kumar
URL patterns, in this order: 1. admin/ 2. $/ The empty path didn't match any of these. I have attached the screenshots of the pages.. kindly help me out with this issue , i have tried many times with different ways but getting the same error .. -- You received this message becaus

Re: Running polls tutorial, see the error message "The empty path didn't match any of these."

2019-12-30 Thread Jose M.
is correct. > > Dylan > > On Sat, Feb 24, 2018 at 3:09 PM, Chunjing Jia > wrote: > >> Hi, >> >> I am running Django 2.0 tutorial01 for polls. I am seeing this error >> message >> >> Using the URLconf defined in mysite.urls, Django tried these UR

Re: Running polls tutorial, see the error message "The empty path didn't match any of these."

2018-02-25 Thread Chunjing Jia
e.urls, Django tried these URL > patterns, in this order: > > 1. polls/ > 2. admin/ > > The empty path didn't match any of these. > > Without adding polls, my code works fine, and I can see the rocket and > congratulation page. But after adding polls, I always

Re: Running polls tutorial, see the error message "The empty path didn't match any of these."

2018-02-24 Thread Dylan Reinhold
> Using the URLconf defined in mysite.urls, Django tried these URL > patterns, in this order: > > 1. polls/ >2. admin/ > > The empty path didn't match any of these. > > Without adding polls, my code works fine, and I can see the rocket and > congratulatio

Running polls tutorial, see the error message "The empty path didn't match any of these."

2018-02-24 Thread Chunjing Jia
Hi, I am running Django 2.0 tutorial01 for polls. I am seeing this error message Using the URLconf defined in mysite.urls, Django tried these URL patterns, in this order: 1. polls/ 2. admin/ The empty path didn't match any of these. Without adding polls, my code works fine, and