Page not found (404)

Request Method: GET
Request URL: http://woodid.info/woodID-DatabaseResults.html

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

  1. admin/
  2. [name='index']
  3. results/ [name='results']
  4. detailsTaxon/<str:ahuuid>/ [name='detailsTaxon']
  5. fpeb/ [name='fpeb']
  6. sources/ [name='sources']
  7. partners/ [name='partners']
  8. countryRisk/ [name='countryRisk']
  9. advancedSearch/ [name='advancedSearch']

The current path, woodID-DatabaseResults.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.