Page not found (404)

Request Method: GET
Request URL: http://m.sinpolo.com/m/articleshow.aspx?id=2769

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

  1. robots.txt
  2. baidu_verify_code-nDF1xvqUw2.html
  3. .well-known/pki-validation/fileauth.txt
  4. Btm8DVkLlX.txt
  5. cpzx.html
  6. cptd-<int:id>.html [name='cptd']
  7. ppzx.html [name='ppzx']
  8. ggfg.html
  9. fzlc.html
  10. lxwm.html
  11. jm.html
  12. jzalDz.html
  13. xwzx-<int:classify>-<int:page>.html [name='xwzx']
  14. xwxq-<int:id>.html [name='xwxq']
  15. jzal.html [name='jzal']
  16. jzlb-<str:classify>-<int:page>.html [name='jzlb']
  17. jzxq-<int:id>.html [name='jzxq']
  18. cpxq.html [name='cpxq']
  19. zmd.html [name='zmd']
  20. admin/
  21. public/
  22. user/
  23. pc/
  24. ^media/(?P<path>.*)$

The current path, m/articleshow.aspx, 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.