Page not found (404)

Request Method: GET
Request URL: http://www.viniportugal.pt/docs/default-source/pr%C3%A9mios-e-rankings/apresenta%C3%A7%C3%A3o-medalhas-ouro-concurso-vdp-2013.pdf?sfvrsn=6

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/prémios-e-rankings/apresentação-medalhas-ouro-concurso-vdp-2013.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.