I have a web application built with django and angular. While deploying, I had to set debug to be 'True' (debug=True) for it to work. but now we a wrong url is type with the root url, (
192.2.3.4/ddfdf) , it takes be to the django url with debug =True and even when I customize or create a new custom 4004 error page ,it does not override the django default 404 error page.
Please I need help on how to override django default error 404 page while my debug is seet to true?