Page not found (404)

Request Method: GET
Request URL: http://www.wndatour.com/index.htm

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

  1. ^$ [name='index']
  2. ^Bio/(?P<bowler_id>\d+)/$ [name='bio']
  3. ^BowlerBios/$ [name='bowler_bios']
  4. ^Forms/$ [name='forms']
  5. ^Tour/(?P<tour_id>\d+)/$ [name='tour']
  6. ^PastTours/$ [name='past_tours']
  7. ^Officers/$ [name='officers']
  8. ckeditor/
  9. admin/

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