Page not found (404)

Request Method: GET
Request URL: https://hardikgroup.com/index./404.shtml

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

  1. admin/
  2. [name='index']
  3. contact/ [name='contact']
  4. dataupload/ [name='dataupload']
  5. signup/ [name='signup']
  6. login/ [name='login']
  7. forgot/ [name='forgot']
  8. logout/ [name='logout']
  9. changepass/ [name='change_pass']
  10. home/ [name='home']
  11. newpass/<int:id> [name='new_pass']
  12. income/ [name='income_range_view']
  13. myreport/ [name='myreport']
  14. ucc_income/ [name='ussincome']
  15. send_mass_mail/ [name='mass_email']
  16. reset_code/ [name='mass_email']
  17. ^media/(?P<path>.*)$

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