Page not found (404)

Request Method: GET
Request URL: http://farmaciasantacruz.com.mx/productos.php

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

  1. jet/
  2. fsc-admin/
  3. productos/busqueda/
  4. productos/<int:id>/
  5. productos/presentacion/<int:id>/
  6. productos/<slug:categoria>/<slug:subcategoria>/
  7. productos/<slug:categoria>/
  8. blog/<int:id>/
  9. blog/
  10. appointment/
  11. nosotros/
  12. maps/
  13. vacantes/<int:id>/
  14. vacantes/
  15. formulario/
  16. envio_vacante/
  17. politica/
  18. terminos/
  19. radio/
  20. contacto/
  21. proveedor/
  22. envio_contacto/
  23. envio_proveedor/
  24. santoral/
  25. directory/
  26. domicilio/
  27. revista/
  28. ^media/(?P<path>.*)$

The current path, productos.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.