404 page not displayed in django 4.2.6
I’m trying to create a custom 404 error page in my Django project. However, instead of displaying my custom page, the browser just shows a white page with the text “Not Found”. Here’s what I have done so far
I’m trying to create a custom 404 error page in my Django project. However, instead of displaying my custom page, the browser just shows a white page with the text “Not Found”. Here’s what I have done so far