Page not found (404)

Request Method: GET
Request URL: https://lehbros.com/index.html

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

  1. [name='home_page']
  2. api/
  3. apps/ [name='apps']
  4. admin/
  5. accounts/
  6. apartment/
  7. lease_tracker/
  8. renewal/
  9. tools/
  10. uploads/
  11. users/
  12. acc_code/<str:code>/ [name='access_code']
  13. __debug__/

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.