What is the problem below and how to solve it? After runserver I didn’t see the admin panel.
`Page not found (404)
“E:Masud AhmadPyhoodMyBlogsblogoneadmin” does not exist
Request Method: GET
Request URL: http://127.0.0.1:8000/admin
Raised by: django.views.static.serve
Using the URLconf defined in blogone.urls, Django tried these URL patterns, in this order:
admin/
base/ [name=’base’]
[name=’home’]
^(?P.*)$
The current path, admin, matched the last one.`
I tried to fix, I checked the code repeatedly, but couldn’t point out the problem.
Masud Ahmad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.