Page not found (404)

Request Method: GET
Request URL: http://www.ourxn.com/content/?318.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<dir_name>\w+)/$
  9. ^news/$
  10. ^supply_(?P<cur_city>\w+)/(?P<cid>\d+).html
  11. ^supply_(?P<cur_city>\w+)/(?P<cate_name>\w+)_(?P<page>\d+).html$
  12. ^supply_(?P<cur_city>\w+)/(?P<cate_name>\w+)_(?P<dir_name>\w+)/$
  13. ^supply_(?P<cur_city>\w+)/(?P<dir_name>\w+)/(?P<cate_name>\w+)_(?P<page>\d+).html$
  14. ^supply_(?P<cur_city>\w+)/$
  15. ^supply_(?P<cur_city>\w+)/(?P<dir_name>\w+)/$
  16. ^supply/(?P<cid>\d+).html
  17. ^supply/(?P<cate_name>\w+)_(?P<page>\d+).html$
  18. ^supply/(?P<cate_name>\w+)_(?P<dir_name>\w+)/$
  19. ^supply/(?P<dir_name>\w+)/(?P<cate_name>\w+)_(?P<page>\d+).html$
  20. ^supply/(?P<dir_name>\w+)/$
  21. ^supply/$
  22. ^reserver_one/$
  23. ^reserver_two/$
  24. ^reserver_thr/$
  25. ^reserver_four/$
  26. ^reserver_five/$
  27. ^about/(?P<dir_name>\w+.html)
  28. ^about/(?P<dir_name>\w+)/$
  29. ^about/$
  30. ^sitemap/$
  31. ^sitemap\.xml$ [name='django.contrib.sitemaps.views.sitemap']
  32. ^index_(?P<city>\w+).html
  33. ^$
  34. ^admin/
  35. ^ads/
  36. ^mobile/$
  37. ^MessageLeftMain.htm
  38. ^admin/add_msg/
  39. ^search/$
  40. ^upload_image
  41. ^static\/(?P<path>.*)$
  42. ^uploads\/(?P<path>.*)$
  43. ^mobile/cases/(?P<cid>\d+).html
  44. ^mobile/cases/(?P<dir_name>\w+)/(?P<cate_name>\w+)_(?P<page>\d+).html
  45. ^mobile/cases/(?P<dir_name>\w+)/$
  46. ^mobile/cases/(?P<cate_name>\w+)_(?P<page>\d+).html
  47. ^mobile/cases/$
  48. ^mobile/news/(?P<cid>\d+).html
  49. ^mobile/news/(?P<dir_name>\w+)/(?P<cate_name>\w+)_(?P<page>\d+).html
  50. ^mobile/news/(?P<dir_name>\w+)/$
  51. ^mobile/news/(?P<cate_name>\w+)_(?P<page>\d+).html
  52. ^mobile/news/$
  53. ^mobile/supply_(?P<cur_city>\w+)/(?P<cid>\d+).html
  54. ^mobile/supply_(?P<cur_city>\w+)/(?P<cate_name>\w+)_(?P<dir_name>\w+)/$
  55. ^mobile/supply_(?P<cur_city>\w+)/(?P<cate_name>\w+)_(?P<page>\d+).html$
  56. ^mobile/supply_(?P<cur_city>\w+)/(?P<dir_name>\w+)/(?P<cate_name>\w+)_(?P<page>\d+).html$
  57. ^mobile/supply_(?P<cur_city>\w+)/$
  58. ^mobile/supply_(?P<cur_city>\w+)/(?P<dir_name>\w+)/$
  59. ^mobile/supply/$
  60. ^mobile/about/(?P<dir_name>\w+.html)
  61. ^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.