Page not found (404)

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

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

  1. [name='home']
  2. abouts/
  3. order/
  4. invoice/
  5. orderlist.html
  6. orderview.html
  7. einvoicelist.html
  8. forgot-password.html
  9. log-in.html
  10. membership-terms.html
  11. favicon.ico
  12. humans.txt
  13. ip
  14. info

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