Page not found (404)

Request Method: GET
Request URL: http://aoai.se/index.html

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

  1. [name='index']
  2. ESG_Analytics [name='esgrater_graph']
  3. About_us [name='About_us']
  4. Contact_us [name='Contact_us']
  5. Product [name='Product']
  6. Invest [name='Invest']
  7. About [name='About']
  8. RegisterBusiness [name='Register']
  9. api/RegisterBusiness [name='RegisterBusiness']
  10. RegisterBusiness/complete [name='RegisterBusinessComplete']
  11. ESGRaterForGics [name='ESGRaterForGics']
  12. api/Contact_us_mail [name='Contact_us_mail']
  13. login/ [name='login']
  14. ^api/country/(?P<country>[a-zA-Z\\&,()\s0-9-]+)$
  15. ^api/industry_group/(?P<ind_group>[a-zA-Z\\&,()\s0-9-]+)$
  16. ^api/industry/(?P<ind>[a-zA-Z\\&,()\s0-9-]+)$
  17. ^api/sector/(?P<sec>[a-zA-Z\\&,()\s0-9-]+)$
  18. ^api/search/(?P<srch>[a-zA-Z\\&,()\s0-9-]+)$
  19. ^api/show_report/
  20. ^upload/ [name='upload']
  21. accounts/reset_password [name='reset_password']
  22. accounts/reset_password_sent [name='password_reset_done']
  23. accounts/reset/<uidb64>/<token>/ [name='password_reset_confirm']
  24. accounts/reset_password_complete/ [name='password_reset_complete']
  25. api/login/validate [name='validate']
  26. api/login/auth [name='auth']
  27. api/auth_quit [name='auth_quit']
  28. check_mysql_connection [name='check_connection']
  29. admin/
  30. session_security/
  31. [name='index']
  32. ESG_Analytics [name='esgrater_graph']
  33. About_us [name='About_us']
  34. Contact_us [name='Contact_us']
  35. Product [name='Product']
  36. Invest [name='Invest']
  37. About [name='About']
  38. RegisterBusiness [name='Register']
  39. api/RegisterBusiness [name='RegisterBusiness']
  40. RegisterBusiness/complete [name='RegisterBusinessComplete']
  41. ESGRaterForGics [name='ESGRaterForGics']
  42. api/Contact_us_mail [name='Contact_us_mail']
  43. login/ [name='login']
  44. ^api/country/(?P<country>[a-zA-Z\\&,()\s0-9-]+)$
  45. ^api/industry_group/(?P<ind_group>[a-zA-Z\\&,()\s0-9-]+)$
  46. ^api/industry/(?P<ind>[a-zA-Z\\&,()\s0-9-]+)$
  47. ^api/sector/(?P<sec>[a-zA-Z\\&,()\s0-9-]+)$
  48. ^api/search/(?P<srch>[a-zA-Z\\&,()\s0-9-]+)$
  49. ^api/show_report/
  50. ^upload/ [name='upload']
  51. accounts/reset_password [name='reset_password']
  52. accounts/reset_password_sent [name='password_reset_done']
  53. accounts/reset/<uidb64>/<token>/ [name='password_reset_confirm']
  54. accounts/reset_password_complete/ [name='password_reset_complete']
  55. api/login/validate [name='validate']
  56. api/login/auth [name='auth']
  57. api/auth_quit [name='auth_quit']
  58. check_mysql_connection [name='check_connection']
  59. ^pdfs/(?P<path>.*)$

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