Page not found (404)

Request Method: GET
Request URL: http://www.syxsyzx.cn:81/menhu/NewDetails.aspx?NewId=gU2hyNwwGhMUWn4Ggs5VoQ%3d%3d

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

  1. admin/
  2. [name='index']
  3. <int:mid>/page/ [name='page']
  4. search/ [name='search']
  5. <int:nid>/detail/ [name='detail']
  6. getWXParam/ [name='getWXParam']
  7. ^media/(?P<path>.*)$ [name='media']
  8. ^static/(?P<path>.*)$ [name='static']
  9. ^ckeditor/
  10. user/
  11. ebook/
  12. face/
  13. asset/
  14. score/
  15. exam/

The current path, menhu/NewDetails.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.