Page not found (404)

Request Method: GET
Request URL: http://www.sinpolo.com/News/Show_2315.html

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

  1. admin/
  2. public/
  3. cpzx.html
  4. cptd.html [name='cptd']
  5. zsjm.html [name='zsjm']
  6. cptdlb-<int:classify>-<int:id>.html [name='cptdlb']
  7. gysp.html [name='gysp']
  8. cpzx-list-<int:classify>-<int:page>.html [name='cpzxlist']
  9. cpzx-search-<int:page>.html [name='cpzxsearch']
  10. ppzx.html
  11. jzal.html
  12. jzalDz.html
  13. jzal-list-<int:page>.html [name='jzallist']
  14. jzal/<int:id>.html [name='jzalxc']
  15. zmd.html [name='zmd']
  16. zmdtyd.html [name='zmdtyd']
  17. article-<int:classify>-<int:page>.html [name='article']
  18. article/<int:id>.html [name='articleXc']
  19. contactus.html
  20. baidumap.html
  21. zmdmap-<int:pk>.html [name='zmdmap']
  22. zmdmap_-<int:pk>.html [name='zmdmap_']
  23. ^liuyan/$ [name='liuyan-list']
  24. ^liuyan\.(?P<format>[a-z0-9]+)/?$ [name='liuyan-list']
  25. ^liuyan/(?P<pk>[^/.]+)/$ [name='liuyan-detail']
  26. ^liuyan/(?P<pk>[^/.]+)\.(?P<format>[a-z0-9]+)/?$ [name='liuyan-detail']
  27. ^$ [name='api-root']
  28. ^\.(?P<format>[a-z0-9]+)/?$ [name='api-root']
  29. ^media/(?P<path>.*)$

The current path, News/Show_2315.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.