I am getting an error in loading the login page

Page not found (404)
Request Method: GET
Request URL: http://localhost:8000/auth/login/
Using the URLconf defined in Poller.urls, Django tried these URL patterns, in this order:

admin/
The current path, auth/login/, 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.

Hello Riddhi, have you put this url in urls.py file ?? And have you run the migrations and all. Pls let me know this and show the pic of the error or it is better if you share your code. You can share the code by providing me the link of the drive, you can upload the zip of your project there on and I will see that.
Thanks :slight_smile:
Happy Coding !!

Hello, so if your doubt is clear pls resolve that.