Page not found (404)

Request Method: GET
Request URL: https://getbite.com.au/index.html

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

  1. api/v3/
  2. restaurant/v3/
  3. ^admin/
  4. ^__debug__/
  5. integrations/
  6. web/
  7. admin_app/
  8. [name='landing_home']
  9. blog/
  10. about/ [name='landing_about']
  11. pricing/ [name='landing_pricing']
  12. contact/ [name='landing_contact']
  13. privacy-policy [name='privacy_policy']
  14. terms-conditions [name='terms_conditions']
  15. api/v2/
  16. restaurant/v2/
  17. delivery/
  18. webhooks/
  19. emails/
  20. restaurant/
  21. ^media/(?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.