Page not found (404)

Request Method: GET
Request URL: https://agente.org.br/wp-content/uploads/2017/04/Espa%C3%A7o-Girassol-64.jpg

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

  1. ^admin/
  2. ^documents/
  3. ^search/$ [name='search']
  4. ^sobre/$ [name='sobre']
  5. ^sao-remo/$ [name='sao-remo']
  6. ^historia/$ [name='historia']
  7. ^chat/ [name='chat']
  8. ^contato/$ [name='contato']
  9. ^enviar-email/$ [name='enviar_email']
  10. ^videos [name='videos']
  11. ^doe/$ [name='doe']
  12. ^doe/nota-fiscal-paulista$ [name='doe-nfp']
  13. ^projetos/
  14. ^ckeditor/
  15. ^$ [name='home']
  16. ^static\/(?P<path>.*)$
  17. ^media\/(?P<path>.*)$

The current path, wp-content/uploads/2017/04/Espaço-Girassol-64.jpg, 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.