[Django]-How to create a custom 404 page for my Django/Apache?

14👍

The default 404 handler calls 404.html . You could edit that if you don’t need anything fancy or can override the 404 handler by setting the handler404 view — more here

Leave a comment