Page not found (404)

Request Method: GET
Request URL: https://www.dealnetdigitaltrade.com/investors-relations/index-2.html

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

  1. admin/
  2. [name='home']
  3. legal/ [name='legal']
  4. investors-relations/ [name='investors-relations']
  5. kyc/ [name='kyc']
  6. faq/ [name='faq']
  7. terms/ [name='terms']
  8. contact/ [name='contact']
  9. about/ [name='about']
  10. services/ [name='services']
  11. dashboard/ [name='account']
  12. dashboard/account-balance/ [name='account-balance']
  13. dashboard/total-deposit/ [name='total-deposit']
  14. dashboard/total-withdrawal/ [name='total-withdrawal']
  15. dashboard/update-account/<int:pk>/ [name='update-account']
  16. dashboard/make-deposit/ [name='make-deposit']
  17. dashboard/pay-coinbase/ [name='pay-coinbase']
  18. dashboard/referral/ [name='referral']
  19. dashboard/request-withdrawal/ [name='request-withdrawal']
  20. dashboard/send-money/ [name='send-money']
  21. dashboard/settings/ [name='settings']
  22. dashboard/admin-send-money/ [name='admin-send-money']
  23. account/

The current path, investors-relations/index-2.html, 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.