Page not found (404)

Request Method: GET
Request URL: http://www.goughmap.org/2011/05/25/gough-map-added-to-unesco's-uk-memory-of-the-world-register/

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

  1. ^_a/
  2. ^admin/
  3. ^gough/
  4. ^_a/(?P<path>.*)$
  5. ^_a/(?P<path>.*)$
  6. ^zoomify/(?P<path>.*)$
  7. ^mapserv/(?P<url>.*)$
  8. ^tinymce/
  9. ^ ^home//?$
  10. ^ ^map//?$
  11. ^ ^blog//?$
  12. ^ ^blog/feed/?$
  13. ^ ^blog/(?P<object_id>\d+)/?$
  14. ^ ^browse/(?P<selectedLetter>\w+)/$
  15. ^ ^search//?$
  16. ^ ^contexts/abbreviations/(?P<selectedLetter>\w*)/?$
  17. ^ ^settlements/(?P<key>\d+)/$
  18. ^ ^$
  19. ^ ^(?P<slug>[0-9A-Za-z-_.//]+)/$
  20. ^blog/

The current URL, 2011/05/25/gough-map-added-to-unesco's-uk-memory-of-the-world-register/, 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.