Page not found (404)

Request Method: GET
Request URL: http://www.bjbpjz.com/content/?419.html

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

  1. ^cases/(?P<cid>\d+).html
  2. ^cases/(?P<dir_name>\w+)/(?P<cate_name>\w+)_(?P<page>\d+).html
  3. ^cases/(?P<dir_name>\w+)/$
  4. ^cases/(?P<cate_name>\w+)_(?P<page>\d+).html
  5. ^cases/$
  6. ^news/(?P<cid>\d+).html
  7. ^news/(?P<dir_name>\w+)/(?P<cate_name>\w+)_(?P<page>\d+).html
  8. ^news/(?P<cate_name>\w+)_(?P<page>\d+).html
  9. ^news/(?P<dir_name>\w+)/$
  10. ^news/$
  11. ^supply_(?P<cur_city>\w+)/(?P<cid>\d+).html
  12. ^supply_(?P<cur_city>\w+)/(?P<cate_name>\w+)_(?P<page>\d+).html$
  13. ^supply_(?P<cur_city>\w+)/(?P<cate_name>\w+)_(?P<dir_name>\w+)/$
  14. ^supply_(?P<cur_city>\w+)/(?P<dir_name>\w+)/(?P<cate_name>\w+)_(?P<page>\d+).html$
  15. ^supply_(?P<cur_city>\w+)/$
  16. ^supply_(?P<cur_city>\w+)/(?P<dir_name>\w+)/$
  17. ^supply/(?P<cid>\d+).html
  18. ^supply/(?P<cate_name>\w+)_(?P<page>\d+).html$
  19. ^supply/(?P<cate_name>\w+)_(?P<dir_name>\w+)/$
  20. ^supply/(?P<dir_name>\w+)/(?P<cate_name>\w+)_(?P<page>\d+).html$
  21. ^supply/(?P<dir_name>\w+)/$
  22. ^supply/$
  23. ^reserver_one/$
  24. ^reserver_two/$
  25. ^about/(?P<dir_name>\w+.html)
  26. ^about/(?P<dir_name>\w+)/$
  27. ^about/$
  28. ^sitemap/$
  29. ^sitemap\.xml$ [name='django.contrib.sitemaps.views.sitemap']
  30. ^index_(?P<city>\w+).html
  31. ^$
  32. ^admin/
  33. ^ads/
  34. ^mobile/$
  35. ^search/$
  36. ^MessageLeftMain.htm
  37. ^admin/add_msg/
  38. ^upload_image
  39. ^static\/(?P<path>.*)$
  40. ^uploads\/(?P<path>.*)$
  41. ^mobile/cases/(?P<cid>\d+).html
  42. ^mobile/cases/(?P<dir_name>\w+)/(?P<cate_name>\w+)_(?P<page>\d+).html
  43. ^mobile/cases/(?P<dir_name>\w+)/$
  44. ^mobile/cases/(?P<cate_name>\w+)_(?P<page>\d+).html
  45. ^mobile/cases/$
  46. ^mobile/news/(?P<cid>\d+).html
  47. ^mobile/news/(?P<dir_name>\w+)/(?P<cate_name>\w+)_(?P<page>\d+).html
  48. ^mobile/news/(?P<dir_name>\w+)/$
  49. ^mobile/news/(?P<cate_name>\w+)_(?P<page>\d+).html
  50. ^mobile/news/$
  51. ^mobile/supply_(?P<cur_city>\w+)/(?P<cid>\d+).html
  52. ^mobile/supply_(?P<cur_city>\w+)/(?P<cate_name>\w+)_(?P<dir_name>\w+)/$
  53. ^mobile/supply_(?P<cur_city>\w+)/(?P<cate_name>\w+)_(?P<page>\d+).html$
  54. ^mobile/supply_(?P<cur_city>\w+)/(?P<dir_name>\w+)/(?P<cate_name>\w+)_(?P<page>\d+).html$
  55. ^mobile/reserver_one/$
  56. ^mobile/supply_(?P<cur_city>\w+)/$
  57. ^mobile/supply_(?P<cur_city>\w+)/(?P<dir_name>\w+)/$
  58. ^mobile/supply/$
  59. ^mobile/about/(?P<dir_name>\w+.html)
  60. ^mobile/about/$

The current URL, content/, 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.