Page not found (404)

Request Method: GET
Request URL: http://www.imageforensic.org/default.htm

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

  1. ^$
  2. ^show/(?P<md5>[\d\w]+)/(?P<uuid>[\d\w-]+)$
  3. ^image/(?P<uuid>[\d\w-]+)$
  4. ^submit/$
  5. ^admin/$
  6. ^admin/delete/(?P<uuid>[\d\w-]+)$
  7. ^admin/change/(?P<uuid>[\d\w-]+)$
  8. ^api/

The current URL, default.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.