Page not found (404)

Request Method: GET
Request URL: http://sinpolo.com/NewsList/105_30_2.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. zsjm2.html [name='zsjm2']
  7. cptdlb-<int:classify>-<int:id>.html [name='cptdlb']
  8. gysp.html [name='gysp']
  9. cpzx-list-<int:classify>-<int:page>.html [name='cpzxlist']
  10. cpzx-search-<int:page>.html [name='cpzxsearch']
  11. ppzx.html
  12. jzal.html
  13. jzalDz.html
  14. jzal-list-<int:page>.html [name='jzallist']
  15. jzal/<int:id>.html [name='jzalxc']
  16. zmd.html [name='zmd']
  17. zmdtyd.html [name='zmdtyd']
  18. article-<int:classify>-<int:page>.html [name='article']
  19. article/<int:id>.html [name='articleXc']
  20. contactus.html
  21. baidumap.html
  22. zmdmap-<int:pk>.html [name='zmdmap']
  23. zmdmap_-<int:pk>.html [name='zmdmap_']
  24. upload-format-cpzx-list [name='upload-format-cpzx-list']
  25. ^liuyan/$ [name='liuyan-list']
  26. ^liuyan\.(?P<format>[a-z0-9]+)/?$ [name='liuyan-list']
  27. ^liuyan/(?P<pk>[^/.]+)/$ [name='liuyan-detail']
  28. ^liuyan/(?P<pk>[^/.]+)\.(?P<format>[a-z0-9]+)/?$ [name='liuyan-detail']
  29. ^$ [name='api-root']
  30. ^\.(?P<format>[a-z0-9]+)/?$ [name='api-root']
  31. ^media/(?P<path>.*)$

The current path, NewsList/105_30_2.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.