Page not found (404)

“D:\Project\ameco_env\ycgp\detail.aspx” does not exist
Request Method: GET
Request URL: http://www2.bjmlfdjy.cn/ycgp/detail.aspx?id=5303
Raised by: django.views.static.serve

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

  1. admin_zyf2869/
  2. [name='index']
  3. park_simple/ [name='park_simple']
  4. index2/ [name='index2']
  5. today_order/ [name='today_order']
  6. park/cancel/ [name='park_cancel']
  7. park_manage/ [name='park_manage']
  8. park/search [name='park_move_search']
  9. park/search/pic/ [name='park_move_search_pic']
  10. park/api_pos/
  11. api_search/
  12. api_pic/
  13. ^static/(?P<path>.*)$
  14. show/
  15. user/
  16. hs/
  17. api/
  18. general/
  19. tech/
  20. software_update/
  21. ^(?P<path>.*)$

The current path, ycgp/detail.aspx, matched the last one.

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.