Page not found (404)

Request Method: GET
Request URL: http://www.fjzjjc.cn/ShowClass.aspx?id=15

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. guide/ [name='guide']
  6. favicon.ico
  7. MP_verify_wwttITKzhi9BZV5u.txt
  8. MP_verify_sJfqZIU41TDh20hP.txt
  9. getopenid/ [name='getopenid']
  10. wechat/ [name='wechat']
  11. user/
  12. ueditor/
  13. ^uploadfiles/(?P<path>.*)$

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