Page not found (404)

Request Method: GET
Request URL: https://elpuertito.es/el-puertito/?lang=es

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

  1. [name='home']
  2. contacto/ [name='contact']
  3. regala-ostras/ [name='oysters']
  4. gracias/ [name='thanks']
  5. legal/ [name='legal']
  6. cookies/ [name='privacity']
  7. summernote/
  8. ^static/(?P<path>.*)$
  9. ^static/(?P<path>.*)$
  10. ^media/(?P<path>.*)$
  11. admin/

The current path, el-puertito/, 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.