Ticket #11469: 11469.diff

File 11469.diff, 589 bytes (added by Tim Graham, 15 years ago)
  • docs/intro/tutorial03.txt

     
    365365in ``django/conf/urls/defaults.py``, ``handler404`` is set to
    366366:func:`django.views.defaults.page_not_found` by default.
    367367
    368 Three more things to note about 404 views:
     368Four more things to note about 404 views:
    369369
    370370    * If :setting:`DEBUG` is set to ``True`` (in your settings module) then your
    371371      404 view will never be used (and thus the ``404.html`` template will never
Back to Top