Page not found (404)

Request Method: GET
Request URL: http://127.0.0.1:19000/detail.html?id=6

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

  1. ^swagger(?P<format>\.json|\.yaml)$ [name='schema-json']
  2. redoc/ [name='schema-redoc']
  3. api/system/
  4. api/login/ [name='token_obtain_pair']
  5. api/logout/ [name='token_obtain_pair']
  6. token/refresh/ [name='token_refresh']
  7. ^api-auth/
  8. api/captcha/
  9. api/init/dictionary/
  10. api/init/settings/
  11. apiLogin/
  12. api/app/
  13. index/
  14. about/
  15. cp/
  16. lianxi/
  17. news/
  18. zhaoshang/
  19. cpxq/
  20. newsxq/
  21. postliuyan/
  22. ^media/(?P<path>.*)$
  23. ^static/(?P<path>.*)$

The current path, detail.html, didn’t match any of these.

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.