Page not found (404)

Request Method: GET
Request URL: https://www.parrillasdelmar.com/contenidos/parrillas-del-mar-especialidades-035/

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

  1. [name='home']
  2. menu [name='menu']
  3. contacto [name='contact']
  4. restaurante [name='restaurant']
  5. summernote/
  6. legal [name='legal']
  7. ^static\/(?P<path>.*)$
  8. ^static\/(?P<path>.*)$
  9. ^media\/(?P<path>.*)$
  10. admin/

The current path, contenidos/parrillas-del-mar-especialidades-035/, 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.