Page not found (404)

Request Method: GET
Request URL: http://www.misolarcasero.com/wp-content/uploads/2012/06/BombaPeque%C3%B1a.jpg?7e4e9d

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

  1. es/
  2. ^media/(?P<path>.*)$
  3. ^static/(?P<path>.*)$

The current path, wp-content/uploads/2012/06/BombaPequeña.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.