Page not found (404)

Request Method: GET
Request URL: http://120.27.17.191:8089/bpath.html

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

  1. ^admin/
  2. ^index/
  3. ^login/
  4. ^register/
  5. ^add_user/
  6. ^logout/
  7. ^show/$
  8. ^confirm/$
  9. ^accept/
  10. ^contentFind/
  11. ^contentAnalyze/
  12. ^contentDetails/
  13. ^staffWorkload/
  14. ^staffDetails/
  15. ^staffLines/
  16. ^user/
  17. ^role/
  18. ^audit/
  19. ^picaudit/
  20. ^reaudit/
  21. ^picreaudit/
  22. ^dataAccept
  23. ^data_check/$
  24. ^captcha
  25. ^static/(?P<path>.*)$ [name='static']
  26. ^$
  27. ^v2/contentReview
  28. ^yiduoduo_audit
  29. ^yiduoduoPic_audit
  30. ^machine_audit

The current path, bpath.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.