Re: Help. if i runserver I get this error

2020-09-05 Thread hans alexander
You need to set your index path in urls.py like this: path(' ', , ) On Fri, Sep 4, 2020 at 11:49 PM Boi Deekay wrote: > Page not found (404)Request Method: > GETRequest URL: > http://127.0.0.1:8000/ > > Using the URLconf defined in myFirstPy.urls, Django tried these URL > patterns, in this order

Help. if i runserver I get this error

2020-09-04 Thread Boi Deekay
Page not found (404)Request Method: GETRequest URL: http://127.0.0.1:8000/ Using the URLconf defined in myFirstPy.urls, Django tried these URL patterns, in this order: 1. text/ 2. admin/ The empty path didn't match any of these. You're seeing this error because you have DEBUG = True in y