Page not found (404)

Request Method: GET
Request URL: http://f1app.net/chanpinzhongxin/qita/169.html

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

  1. feedback/search/
  2. feedback/<int:feedback_id>/edit/
  3. feedback/<int:feedback_id>/delete/
  4. assignment/<int:assignment_id>/
  5. assignment/<int:assignment_id>/new_feedback/
  6. assignment/<int:assignment_id>/edit/
  7. assignment/<int:assignment_id>/delete/
  8. assignment/upload/
  9. feedback/upload/
  10. admin/
  11. research/
  12. dataroom/
  13. user/
  14. leave/
  15. miscellaneous/
  16. administration/
  17. login/
  18. logout/
  19. register/
  20. session_extend/
  21. password_reset/ [name='password_reset']
  22. password_reset_done/ [name='password_reset_done']
  23. password_reset_confirm/<uidb64>/<token>/ [name='password_reset_confirm']
  24. password_reset_complete/ [name='password_reset_complete']
  25. ^media/(?P<path>.*)$

The current path, chanpinzhongxin/qita/169.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.