Page not found (404)

Request Method: GET
Request URL: https://www.field-engineering.co.nz/index.html

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

  1. [name='index']
  2. design [name='design']
  3. build [name='build']
  4. maintain [name='maintain']
  5. contact [name='contact']
  6. waikato [name='waikato']
  7. build-products [name='buildproducts']
  8. build-upgrades [name='buildupgrades']
  9. build-turnkey [name='buildturnkey']
  10. accounts/
  11. api/
  12. admin/
  13. ^staticfiles\-cdn/uploads/(?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.