is there a way to create multiple custom errors templates for each app on my Django project, I mean, in my project I got 3 apps I will show 3 different customs 404 error per each app.
Right now I'm showing the same 404 error page for my back office app and front office.
get_object_or_404
) or that are caused by undefined URLs? – Escape