Page not found (404)

Request Method: GET
Request URL: https://bateriasdeauto.cl/baterias-solite.php

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

  1. admin/
  2. [name='home']
  3. productos/ [name='products']
  4. productos/<int:new_id>/<slug:new_slug> [name='detail_product']
  5. buscar/ [name='buscar']
  6. resultados/ [name='results']
  7. admin_auto/ [name='admin_auto']
  8. admin_auto/add/<int:new_id>/search/ [name='search_battery']
  9. admin_auto/add/<int:new_id>/<int:new_pk>/ [name='add_battery']
  10. admin_auto/remove/<int:new_id>/<int:new_pk>/ [name='remove_battery']
  11. admin_auto/add/<int:new_id>/ [name='detail_year']
  12. admin_auto/marca/<int:new_id>/ [name='car_detail']
  13. admin_auto/marca/modelo/<int:new_id>/ [name='modelo_detail']
  14. get_products [name='get_products']
  15. ^media/(?P<path>.*)$

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