News

It will render just as if Django was rendering a 404 page. Just place the corresponding 400.html page into the template folder in your app, and add this rule to your Apache configuration.
That's all! Now Django will by default use the templates from the package for 400, 403, 404 and 500 pages. However, if you want to customize the pages by adding a logo, changing text etc. Then you'll ...