Kaydet (Commit) 4d7fbbdd authored tarafından Adam Johnson's avatar Adam Johnson Kaydeden (comit) Tim Graham

[2.1.x] Simplified deployment checklist docs on customizing error views.

Backport of cecd6561 from master.
üst b9b28483
...@@ -252,11 +252,6 @@ Customize the default error views ...@@ -252,11 +252,6 @@ Customize the default error views
Django includes default views and templates for several HTTP error codes. You Django includes default views and templates for several HTTP error codes. You
may want to override the default templates by creating the following templates may want to override the default templates by creating the following templates
in your root template directory: ``404.html``, ``500.html``, ``403.html``, and in your root template directory: ``404.html``, ``500.html``, ``403.html``, and
``400.html``. The default views should suffice for 99% of Web applications, but ``400.html``. The :ref:`default error views <error-views>` that use these
if you desire to customize them, see these instructions which also contain templates should suffice for 99% of Web applications, but you can
details about the default templates: :ref:`customize them <customizing-error-views>` as well.
* :ref:`http_not_found_view`
* :ref:`http_internal_server_error_view`
* :ref:`http_forbidden_view`
* :ref:`http_bad_request_view`
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment