Page not found (404)

Request Method: GET
Request URL: https://member.donnet.vip/order/order_list.aspx

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

  1. [name='home']
  2. abouts/
  3. order/ list/ [name='test.orderlist']
  4. order/ view/<str:id> [name='test.orderview']
  5. order/ return/<str:id> [name='test.orderreturn']
  6. invoice/
  7. orderlist.html
  8. orderview.html
  9. einvoicelist.html
  10. forgot-password.html
  11. log-in.html
  12. membership-terms.html
  13. favicon.ico
  14. humans.txt
  15. ip
  16. info

The current path, order/order_list.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.