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
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
2 matches
Mail list logo