Page not found (404)

Request Method: GET
Request URL: https://caballitoautomotores.com/novedades/ver/59/formas-de-pago-para-el-service-de-tu-honda.html

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

  1. ^admin/
  2. ^redactor/
  3. ^nested_admin/
  4. ^empresa/
  5. ^novedades/ ^$ [name='novedades']
  6. ^novedades/ ^novedad/(?P<slug>[\w-]+)/$ [name='novedad']
  7. ^contacto/
  8. ^turnos/
  9. ^modelos/
  10. ^servicios/
  11. ^usados/
  12. ^productos/
  13. ^marine/
  14. ^mobile/
  15. ^$
  16. ^(?P<facebook>\w+).html/$ [name='pagina_verifico_facebook']

The current path, novedades/ver/59/formas-de-pago-para-el-service-de-tu-honda.html, 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.