Page not found (404)

Request Method: GET
Request URL: http://www.viniportugal.pt/docs/default-source/anexos-de-not%C3%ADcias/resultados-iv-concurso-de-vinhos-engarrafados-de-tr%C3%A1s-os-montes-2014.pdf?sfvrsn=2

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

  1. ^django-admin/
  2. ^admin/
  3. ^images/([^/]*)/(\d*)/([^/]*)/[^/]*$ [name='wagtailimages_serve']
  4. ^documents/
  5. ^search/$ [name='search']
  6. ^i18n/
  7. ^sitemap\.xml
  8. ^robots\.txt
  9. ^static/(?P<path>.*)$
  10. ^media\-files/(?P<path>.*)$
  11. ^en/test404/$
  12. ^en/test500/$
  13. en/

The current path, docs/default-source/anexos-de-notícias/resultados-iv-concurso-de-vinhos-engarrafados-de-trás-os-montes-2014.pdf, 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.