Page not found (404)

Request Method: GET
Request URL: http://www.kaoxing.net/ShowInfo.aspx?id=700

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

  1. admin/
  2. [name='home']
  3. infolist/ [name='infolist']
  4. infodetail/ [name='infodetail']
  5. booklist/ [name='booklist']
  6. bookdetail/ [name='bookdetail']
  7. starlist/ [name='starlist']
  8. stardetail/ [name='stardetail']
  9. guide/ [name='guide']
  10. favicon.ico
  11. MP_verify_wwttITKzhi9BZV5u.txt
  12. MP_verify_sJfqZIU41TDh20hP.txt
  13. getopenid/ [name='getopenid']
  14. wxpaysubmit/ [name='wxpaysubmit']
  15. wxpaynotify/ [name='wxpaynotify']
  16. showphone/ [name='showphone']
  17. virtualurl/ [name='virtualurl']
  18. weixin/ [name='weixin']
  19. wechat/ [name='wechat']
  20. user/
  21. edu/
  22. ueditor/
  23. ^uploadfiles/(?P<path>.*)$

The current path, ShowInfo.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.