Page not found (404)

Test 404 view
Request Method: GET
Request URL: http://localhost:8000/django_admin_tests/v5.1/english/defaults/404/
Raised by: demo.demo_urls.page_not_found

Using the URLconf defined in demo.urls, Django tried these URL patterns, in this order:

  1. [name='root']
  2. django_admin_tests/ [name='home']
  3. django_admin_tests/v5.1/ [name='version_home']
  4. django_admin_tests/latest/english/
  5. django_admin_tests/v5.1/english/ [name='variant_home']
  6. django_admin_tests/v5.1/english/ forms/example_form/<as_type>/
  7. django_admin_tests/v5.1/english/ debug/default_urlconf/
  8. django_admin_tests/v5.1/english/ defaults/404/

The current path, django_admin_tests/v5.1/english/defaults/404/, matched the last one.

You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.

DJDT

History

Versions

Time

Settings from demo.settings

Headers

Request

SQL queries from 0 connections

Static files (133 found, 0 used)

Templates (1 rendered)

Cache calls from 1 backend

Signals