How to Authenticate Users with MetaMask using Python and Django

I’m using the codespace of Github. I do all the steps right in the link below.

every time i run my server , i get this error ( 404 ).

Page not found (404)

Request Method: GET
Request URL: http://localhost/

Using the URLconf defined in moralis_auth.urls, Django tried these URL patterns, in this order:

  1. admin/
  2. web3_auth/
  3. auth/

The empty path didn’t match any of these.

You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.

how could i solve this problem?

you can access an url that is in that url con, like http://localhost/web3_auth/

i couldn’t get you. could you please explain for me what should i do.

you can access one of the urls that are present in URLconf