Page not found (404)

Request Method: GET
Request URL: https://www.distool.com.ar/index.fcgi/productoCatalogos/?id=15/

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

  1. ^admin/
  2. ^envioMail/
  3. ^descargarLP/
  4. ^productoCompleto/
  5. ^productoCatalogos/
  6. ^productoPrev/
  7. ^contacto/
  8. ^prensa/
  9. ^catalogo/
  10. ^lista_precios/
  11. ^productos/
  12. ^empresa/$
  13. ^$
  14. ^static\/(?P<path>.*)$
  15. ^media\/(?P<path>.*)$

The current URL, index.fcgi/productoCatalogos/, 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.