Ticket #11469: 11469.diff
File 11469.diff, 589 bytes (added by , 15 years ago) |
---|
-
docs/intro/tutorial03.txt
365 365 in ``django/conf/urls/defaults.py``, ``handler404`` is set to 366 366 :func:`django.views.defaults.page_not_found` by default. 367 367 368 Threemore things to note about 404 views:368 Four more things to note about 404 views: 369 369 370 370 * If :setting:`DEBUG` is set to ``True`` (in your settings module) then your 371 371 404 view will never be used (and thus the ``404.html`` template will never