Page not found (404)

Request Method: GET
Request URL: http://www.cahaldunne.com/index.html
Raised by: cahal.urls.template_from_url

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

  1. tours/
  2. tours/<slug>/ [name='single-tour']
  3. tours/<slug>/reserve/ [name='reserve-tour']
  4. shop/orderform/
  5. shop/
  6. press/
  7. admin/
  8. <url>

The current path, index.html, matched the last one.

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.