Page not found (404)

Request Method: GET
Request URL: http://eco-cold.com.ar/sitio/ver.php?id_foto=179

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

  1. admin/
  2. servicios/
  3. empresa/
  4. producto/
  5. sendjson/ [name='send_json']
  6. tinymce/
  7. ^static\/(?P<path>.*)$
  8. ^media\/(?P<path>.*)$

The current path, sitio/ver.php, 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.