Page not found (404)

Request Method: GET
Request URL: http://60.205.247.2/books/83892471.html

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

  1. admin/
  2. login.html
  3. loginModel/
  4. registered/
  5. registeredModel/
  6. index.html/
  7. loginModel/index.html
  8. outLogin/
  9. ^api-auth/
  10. ^ ^registered$
  11. ^ ^registered\.(?P<format>[a-z0-9]+)/?$
  12. ^ ^userEditor/(?P<pk>[0-9]+)$
  13. ^ ^userEditor/(?P<pk>[0-9]+)\.(?P<format>[a-z0-9]+)/?$
  14. ^ ^login$
  15. ^ ^login\.(?P<format>[a-z0-9]+)/?$
  16. ^ ^addDepartment$
  17. ^ ^addDepartment\.(?P<format>[a-z0-9]+)/?$
  18. ^ ^editorDepartment/(?P<pk>[0-9]+)$
  19. ^ ^editorDepartment/(?P<pk>[0-9]+)\.(?P<format>[a-z0-9]+)/?$
  20. ^ ^addEnterpriseData$
  21. ^ ^addEnterpriseData\.(?P<format>[a-z0-9]+)/?$
  22. ^ ^enterpriseDateils/(?P<pk>[0-9]+)$
  23. ^ ^enterpriseDateils/(?P<pk>[0-9]+)\.(?P<format>[a-z0-9]+)/?$
  24. ^ ^taskAddData$
  25. ^ ^taskAddData\.(?P<format>[a-z0-9]+)/?$
  26. ^ ^taskDateils/(?P<pk>[0-9]+)$
  27. ^ ^taskDateils/(?P<pk>[0-9]+)\.(?P<format>[a-z0-9]+)/?$
  28. ^ ^enterpriseTaxData$
  29. ^ ^enterpriseTaxData\.(?P<format>[a-z0-9]+)/?$
  30. ^ ^tWebEnterpriseTaxDateils/(?P<pk>[0-9]+)$
  31. ^ ^tWebEnterpriseTaxDateils/(?P<pk>[0-9]+)\.(?P<format>[a-z0-9]+)/?$
  32. ^ ^web/webCommodityList$
  33. ^ ^web/webCommodityList\.(?P<format>[a-z0-9]+)/?$
  34. ^ ^web/commodityCategoriesList$
  35. ^ ^web/commodityCategoriesList\.(?P<format>[a-z0-9]+)/?$
  36. ^ ^web/webCommodityList/(?P<pk>[0-9]+)$
  37. ^ ^web/webCommodityList/(?P<pk>[0-9]+)\.(?P<format>[a-z0-9]+)/?$
  38. ^ ^web/webCommodityListid/(?P<pk>[0-9]+)$
  39. ^ ^web/webCommodityListid/(?P<pk>[0-9]+)\.(?P<format>[a-z0-9]+)/?$
  40. ^ ^commodityCategories.html$
  41. ^ ^commodityCategories.html\.(?P<format>[a-z0-9]+)/?$
  42. ^ ^commodity.html$
  43. ^ ^commodity.html\.(?P<format>[a-z0-9]+)/?$
  44. ^ ^userlist.html$
  45. ^ ^userlist.html\.(?P<format>[a-z0-9]+)/?$
  46. ^ ^$
  47. ^ ^\.(?P<format>[a-z0-9]+)/?$
  48. ^ ^home.html$
  49. ^ ^home.html\.(?P<format>[a-z0-9]+)/?$
  50. ^ ^homedatailst.html$
  51. ^ ^homedatailst.html\.(?P<format>[a-z0-9]+)/?$
  52. ^ ^codedateilst.html$
  53. ^ ^codedateilst.html\.(?P<format>[a-z0-9]+)/?$
  54. ^ ^web/beianList$
  55. ^ ^web/beianList\.(?P<format>[a-z0-9]+)/?$
  56. ^ ^web/beianCategoriesList$
  57. ^ ^web/beianCategoriesList\.(?P<format>[a-z0-9]+)/?$
  58. ^ ^web/beianList/(?P<pk>[0-9]+)$
  59. ^ ^web/beianList/(?P<pk>[0-9]+)\.(?P<format>[a-z0-9]+)/?$
  60. ^ ^web/beianListid/(?P<pk>[0-9]+)$
  61. ^ ^web/beianListid/(?P<pk>[0-9]+)\.(?P<format>[a-z0-9]+)/?$
  62. ^ ^beianhome.html$
  63. ^ ^beianhome.html\.(?P<format>[a-z0-9]+)/?$
  64. ^ ^beianhomedatails.html$
  65. ^ ^beianhomedatails.html\.(?P<format>[a-z0-9]+)/?$
  66. ^ ^shangjiadatailst.html$
  67. ^ ^shangjiadatailst.html\.(?P<format>[a-z0-9]+)/?$
  68. ^ ^announcement.html$
  69. ^ ^announcement.html\.(?P<format>[a-z0-9]+)/?$

The current path, books/83892471.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.