Page not found (404)

Request Method: GET
Request URL: https://keia.es/es

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

  1. [name='home']
  2. donde-comprar-comer [name='shop_list']
  3. contacto [name='contact']
  4. privacidad [name='privacity']
  5. legal [name='legal']
  6. summernote/
  7. ^static/(?P<path>.*)$
  8. ^static/(?P<path>.*)$
  9. ^media/(?P<path>.*)$
  10. admin/

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