Page not found (404)

Request Method: GET
Request URL: http://www.sigho.es/language-code/website/kitdigital/clientes_proveedores/

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

  1. ^ptrack/
  2. ^jsi18n/$ [name='javascript-catalog']
  3. ^i18n/
  4. ^pdfview/$ [name='pdf_view']
  5. ^li/display$ [name='qr_link_display']
  6. ^rosetta/
  7. es/
  8. api-token-auth/ [name='api-token-auth']
  9. ^static/(?P<path>.*)$
  10. ^static_media/(?P<path>.*)$

The current path, language-code/website/kitdigital/clientes_proveedores/, 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.